mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 18:40:29 +00:00
(svn r25474) -Fix [FS#5618]: OS X compilation failure
This commit is contained in:
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
Block a user