src/os/macosx/osx_stdafx.h
author rubidium
Sat, 16 Jun 2007 10:10:22 +0000
changeset 6915 67a982c01f44
parent 5475 2e6990a8c7c4
child 8127 a20f557b7081
permissions -rw-r--r--
(svn r10168) -Fix [FS#879]: cannot build airport when an aircraft is flying over it.
/* $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 */