Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / Jump / Library / Shared / jumpShared.cxx
blobf500058cc8d3e521e4e524d210dd70cc06b27475
1 #ifdef _WIN32
2 # define JUMP_EXPORT __declspec(dllexport)
3 #else
4 # define JUMP_EXPORT
5 #endif
7 JUMP_EXPORT int jumpShared() { return 0; }