mirror of https://github.com/OpenTTD/OpenTTD
(svn r25474) -Fix [FS#5618]: OS X compilation failure
parent
3fe1e9176d
commit
8f9d213675
|
@ -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…
Reference in New Issue