summaryrefslogtreecommitdiff
path: root/Tests/Jump/Library/Shared/jumpShared.cxx
blob: f500058cc8d3e521e4e524d210dd70cc06b27475 (plain)
1
2
3
4
5
6
7
#ifdef _WIN32
# define JUMP_EXPORT __declspec(dllexport)
#else
# define JUMP_EXPORT
#endif

JUMP_EXPORT int jumpShared() { return 0; }