src/os/macosx/osx_stdafx.h
author frosch
Mon, 03 Nov 2008 20:23:51 +0000
changeset 10317 a904407b644f
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r14562) -Fix (r14561): 8 bits are enough. The rest stays reserved.
/* $Id$ */

/** @file osx_stdafx.h OSX is different on some places. */

#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 */