00001
00002 #ifndef EQ_DEFINES_H
00003 #define EQ_DEFINES_H
00004 #ifndef WGL
00005 # define WGL
00006 #endif
00007 #ifndef WIN32
00008 # define WIN32
00009 #endif
00010 #ifndef WIN32_VC
00011 # define WIN32_VC
00012 #endif
00013 #ifndef WIN32_API
00014 # define WIN32_API
00015 #endif
00016 #ifndef WIN32_LEAN_AND_MEAN
00017 # define WIN32_LEAN_AND_MEAN
00018 #endif
00019 #ifndef GLEW_MX
00020 # define GLEW_MX
00021 #endif
00022
00023
00024
00025 #ifdef EQ_BUILD_FOR_SDP
00026 # ifndef EQ_WIN32_SDP_JOIN_WAR // see thread.cxx
00027 # define EQ_WIN32_SDP_JOIN_WAR
00028 # endif
00029 #endif
00030 #ifdef _OPENMP
00031 # define EQ_USE_OPENMP
00032 #endif
00033 #ifndef EQ_CHECK_THREADSAFETY
00034 # define EQ_CHECK_THREADSAFETY
00035 #endif
00036 #ifndef LITTLE_ENDIAN
00037 # define LITTLE_ENDIAN
00038 #endif
00039 #ifndef EQ_ASYNC_TRANSMIT
00040 # define EQ_ASYNC_TRANSMIT
00041 #endif
00042 #endif // EQ_DEFINES_H