Advertisement
Kyosaur

Plugin function export attempt (SA-MP forums).

Oct 15th, 2011
1,209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__)
  2.     #undef PLUGIN_EXPORT
  3.     #ifdef __cplusplus
  4.         #define PLUGIN_EXPORT extern "C" __declspec(dllexport)
  5.     #else
  6.         #define PLUGIN_EXPORT __declspec(dllexport)
  7.     #endif
  8. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement