author | rubidium |
Sat, 16 Jun 2007 10:10:22 +0000 | |
changeset 6915 | 67a982c01f44 |
parent 5475 | 2e6990a8c7c4 |
child 8127 | a20f557b7081 |
permissions | -rw-r--r-- |
/* $Id$ */ #ifndef MACOS_STDAFX_H #define MACOS_STDAFX_H #include <CoreServices/CoreServices.h> // remove the variables that CoreServices defines, but we define ourselves too #undef bool #undef false #undef true /* Name conflict */ #define Rect OTTDRect #define Point OTTDPoint #define GetTime OTTDGetTime #define SL_ERROR OSX_SL_ERROR #endif /* MACOS_STDAFX_H */