Files @ r11525:c71bc275aeef
Branch filter:

Location: cpp/openttd-patchpack/source/src/os/macosx/osx_stdafx.h

frosch
(svn r15891) -Fix (r13464): YAPF used different penalties for aqueducts than for other water tiles.
/* $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 */