Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / SimpleInstall / lib3.h
blobc250ed7698d676a6751c0cba5f04770a25a21cf7
1 #ifdef _WIN32
2 # ifdef test3_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 Lib3Func();