author | bjarni |
Fri, 31 Mar 2006 10:04:18 +0000 | |
changeset 3389 | f26c7fc263a5 |
parent 3016 | c63fb93fa1a0 |
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 */