15 #include "CeeCore/Base.h" 21 #ifdef CEE_STATIC_LIBS 22 #define CEE_IMP_CAE_EXPORT 25 #ifdef CEE_IMP_BUILD_DLL_EXPORT 26 #define CEE_IMP_CAE_EXPORT __declspec(dllexport) 28 #define CEE_IMP_CAE_EXPORT __declspec(dllimport) 30 #elif defined(__GNUC__) 31 #ifdef CEE_IMP_BUILD_DLL_EXPORT 32 #define CEE_IMP_CAE_EXPORT __attribute__ ((visibility ("default"))) 34 #define CEE_IMP_CAE_EXPORT 37 #define CEE_IMP_CAE_EXPORT