KWSys Nightly Date Stamp
[cmake.git] / Tests / CxxOnly / libcxx2.h
blob5dd84f6c2303c5da43073bdc101e0ca7aff0e36d
1 #ifdef _WIN32
2 # ifdef testcxx2_EXPORTS
3 # define CM_TEST_LIB_EXPORT __declspec( dllexport )
4 # else
5 # define CM_TEST_LIB_EXPORT __declspec( dllimport )
6 # endif
7 #else
8 # define CM_TEST_LIB_EXPORT
9 #endif
11 class CM_TEST_LIB_EXPORT LibCxx2Class
13 public:
14 static float Method();