src/os/macosx/osx_stdafx.h
author rubidium
Wed, 09 Apr 2008 14:05:50 +0000
changeset 8870 b83a4174cf2d
parent 8127 a20f557b7081
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r12637) -Fix [FS#1913]: possible NULL pointer dereference when reading some NewGRF data.
/* $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 GetTime		OTTD_GetTime

#define SL_ERROR OSX_SL_ERROR

#endif /* MACOS_STDAFX_H */