Advertisement
Zac_McDonald

CgSDK.x64_2015Global.h

Sep 29th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.43 KB | None | 0 0
  1. #pragma once
  2.  
  3. #ifndef _LIB
  4. #   if defined(_WIN32) || defined(WIN32)
  5. #       if defined(CORSAIR_GAME_SDK_DLL) || defined(CGSDK_EXPORTS)
  6. #           define CORSAIR_GAME_SDK __declspec(dllexport)
  7. #       else
  8. #           define CORSAIR_GAME_SDK __declspec(dllimport)
  9. #       endif
  10. #   else
  11. #       define CORSAIR_GAME_SDK __attribute__((visibility("default")))
  12. #   endif // WIN32
  13. #else
  14. #   define CORSAIR_GAME_SDK
  15. #endif // !_LIB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement