summaryrefslogtreecommitdiffstats
path: root/Tests/Jump/Library/Shared/jumpShared.cxx
blob: 87484b79595fd08026509376ef2f7e6e6dd3fbf2 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef _WIN32
#  define JUMP_EXPORT __declspec(dllexport)
#else
#  define JUMP_EXPORT
#endif

JUMP_EXPORT int jumpShared()
{
  return 0;
}