Go to the documentation of this file. 62 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__ * 10) 69 #define OM_FORCE_STATIC_CAST 74 #if GCC_VERSION >= 4030 83 #ifdef USEPLUGINLIBDLL 84 #define DLLEXPORT __declspec(dllimport) 87 #define DLLEXPORT __declspec(dllexport) 88 #define DLLEXPORTONLY __declspec(dllexport) 102 #pragma warning( disable: 4251 )