src/os/macosx/osx_stdafx.h
author peter1138
Mon, 26 Mar 2007 08:43:14 +0000
changeset 6383 ec677b36d183
parent 5475 2e6990a8c7c4
child 8127 a20f557b7081
permissions -rw-r--r--
(svn r9473) -Codechange: add 'unhandled variable' debug message to newcargo resolver
/* $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 */