Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / CustComDepend / bar.h
blobd462c9b5bd18d07da8a260fda08435aee238a119
1 #ifdef _WIN32
2 # ifdef bar_EXPORTS
3 # define BAR_EXPORT __declspec( dllexport )
4 # else
5 # define BAR_EXPORT __declspec( dllimport )
6 # endif
7 #else
8 # define BAR_EXPORT
9 #endif