(svn r25474) -Fix [FS#5618]: OS X compilation failure

pull/155/head
rubidium 11 years ago
parent b0e63f55ba
commit fd1ee0560c

@ -44,6 +44,7 @@
#define WindowClass OTTDWindowClass
#define ScriptOrder OTTDScriptOrder
#define Palette OTTDPalette
#define GlyphID OTTDGlyphID
#include <CoreServices/CoreServices.h>
#include <ApplicationServices/ApplicationServices.h>
@ -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

Loading…
Cancel
Save