jumpShared.cxx 135 B

1234567
  1. #ifdef _WIN32
  2. # define JUMP_EXPORT __declspec(dllexport)
  3. #else
  4. # define JUMP_EXPORT
  5. #endif
  6. JUMP_EXPORT int jumpShared() { return 0; }