From 8f9d2136751dc236b9d0802c9bc6a95e71000296 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 26 Jun 2013 15:02:16 +0000 Subject: (svn r25474) -Fix [FS#5618]: OS X compilation failure --- src/os/macosx/osx_stdafx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/os/macosx/osx_stdafx.h b/src/os/macosx/osx_stdafx.h index 688762be9..0017dc1c6 100644 --- a/src/os/macosx/osx_stdafx.h +++ b/src/os/macosx/osx_stdafx.h @@ -44,6 +44,7 @@ #define WindowClass OTTDWindowClass #define ScriptOrder OTTDScriptOrder #define Palette OTTDPalette +#define GlyphID OTTDGlyphID #include #include @@ -53,6 +54,7 @@ #undef WindowClass #undef ScriptOrder #undef Palette +#undef GlyphID /* remove the variables that CoreServices defines, but we define ourselves too */ #undef bool -- cgit v1.2.3-54-g00ecf