Files @ r3826:d244ffe5793f
Branch filter:

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

miham
(svn r4845) WebTranslator2 update to 2006-05-12 14:30:27
catalan - 45 fixed by jecaro (45)
czech - 2 fixed by Hadez (2)
danish - 9 fixed by Bjarni (9)
hungarian - 10 fixed by miham (10)
turkish - 2 fixed, 1 changed by jnmbk (3)
/* $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 */