Loading...
Searching...
No Matches
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
84 #ifdef USEPLUGINLIBDLL
85 #define DLLEXPORT __declspec(dllimport)
88 #define DLLEXPORT __declspec(dllexport)
89 #define DLLEXPORTONLY __declspec(dllexport)
101 #define DLLEXPORTONLY
107 #pragma warning( disable: 4251 )