Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / SimpleInstallS2 / lib2.h
blobea5a6f7ea7ff0e4680b94e8bec86e848b724068f
1 #ifdef _WIN32
2 # ifdef test2_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 CM_TEST_LIB_EXPORT float Lib2Func();