00001 #ifndef OnXSvc_Win32_h 00002 #define OnXSvc_Win32_h 00003 00004 // The below are used both in Gaudi and Windows includes ! 00005 // ( Who will have the final word : Pere or Bill ? ) 00006 00007 #ifdef WIN32 00008 #define IID IIID 00009 #define MSG MESS 00010 #undef ERROR 00011 #undef CONST 00012 #undef PLANES 00013 #endif 00014 00015 00016 #endif