00001 /* $Id: osx_stdafx.h 12971 2008-05-06 15:11:33Z rubidium $ */ 00002 00005 #ifndef MACOS_STDAFX_H 00006 #define MACOS_STDAFX_H 00007 00008 #include <CoreServices/CoreServices.h> 00009 // remove the variables that CoreServices defines, but we define ourselves too 00010 #undef bool 00011 #undef false 00012 #undef true 00013 00014 /* Name conflict */ 00015 #define GetTime OTTD_GetTime 00016 00017 #define SL_ERROR OSX_SL_ERROR 00018 00019 #endif /* MACOS_STDAFX_H */