src/os/macosx/osx_stdafx.h
author smatz
Tue, 03 Jun 2008 11:39:15 +0000
changeset 9455 955a7bd9027f
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r13373) -Fix (r10210): loading of very old savegames was broken
/* $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 */