00001 /* $Id: osx_stdafx.h 11688 2007-12-23 18:08:39Z egladil $ */ 00002 00003 #ifndef MACOS_STDAFX_H 00004 #define MACOS_STDAFX_H 00005 00006 #include <CoreServices/CoreServices.h> 00007 // remove the variables that CoreServices defines, but we define ourselves too 00008 #undef bool 00009 #undef false 00010 #undef true 00011 00012 /* Name conflict */ 00013 #define GetTime OTTD_GetTime 00014 00015 #define SL_ERROR OSX_SL_ERROR 00016 00017 #endif /* MACOS_STDAFX_H */