15 #include "CeeCore/Base.h" 20 #ifdef CEE_STATIC_LIBS 21 #define CEE_REP_EXPORT 24 #ifdef CEE_REP_BUILD_DLL_EXPORT 25 #define CEE_REP_EXPORT __declspec(dllexport) 27 #define CEE_REP_EXPORT __declspec(dllimport) 29 #elif defined(__GNUC__) 30 #ifdef CEE_REP_BUILD_DLL_EXPORT 31 #define CEE_REP_EXPORT __attribute__ ((visibility ("default"))) 33 #define CEE_REP_EXPORT 36 #define CEE_REP_EXPORT