Go to the documentation of this file.
64 #ifndef GLOBALDEFINES_HH
65 #define GLOBALDEFINES_HH
74 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__ * 10)
81 #define OM_FORCE_STATIC_CAST
86 #if GCC_VERSION >= 4030
95 #ifdef USEPLUGINLIBDLL
96 #define DLLEXPORT __declspec(dllimport)
99 #define DLLEXPORT __declspec(dllexport)
100 #define DLLEXPORTONLY __declspec(dllexport)
104 #define DLLEXPORTONLY
108 #define DLLEXPORTONLY
114 #pragma warning( disable: 4251 )
119 #endif // GLOBALDEFINES_HH defined