From c2398c0fe11f92ac13b81a21734fdfbd6ce8f8ca Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 29 Nov 2011 23:15:48 +0000 Subject: (svn r23356) -Fix: some OSX versions have ScriptOrder defined --- src/os/macosx/osx_stdafx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/os/macosx') diff --git a/src/os/macosx/osx_stdafx.h b/src/os/macosx/osx_stdafx.h index 9c1b5b31d..ef09fb6a9 100644 --- a/src/os/macosx/osx_stdafx.h +++ b/src/os/macosx/osx_stdafx.h @@ -42,12 +42,14 @@ #define Rect OTTDRect #define Point OTTDPoint #define WindowClass OTTDWindowClass +#define ScriptOrder OTTDScriptOrder #include #undef Rect #undef Point #undef WindowClass +#undef ScriptOrder /* remove the variables that CoreServices defines, but we define ourselves too */ #undef bool -- cgit v1.2.3-54-g00ecf