summaryrefslogtreecommitdiffstats
path: root/Tests/Jump/Library/Shared/jumpShared.cxx
blob: 7c4dee9a824bac005aa5156a7c37b0838fb3821d (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;
}