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 WindowClass OTTDWindowClass
|
||||||
#define ScriptOrder OTTDScriptOrder
|
#define ScriptOrder OTTDScriptOrder
|
||||||
#define Palette OTTDPalette
|
#define Palette OTTDPalette
|
||||||
|
#define GlyphID OTTDGlyphID
|
||||||
|
|
||||||
#include <CoreServices/CoreServices.h>
|
#include <CoreServices/CoreServices.h>
|
||||||
#include <ApplicationServices/ApplicationServices.h>
|
#include <ApplicationServices/ApplicationServices.h>
|
||||||
@ -53,6 +54,7 @@
|
|||||||
#undef WindowClass
|
#undef WindowClass
|
||||||
#undef ScriptOrder
|
#undef ScriptOrder
|
||||||
#undef Palette
|
#undef Palette
|
||||||
|
#undef GlyphID
|
||||||
|
|
||||||
/* remove the variables that CoreServices defines, but we define ourselves too */
|
/* remove the variables that CoreServices defines, but we define ourselves too */
|
||||||
#undef bool
|
#undef bool
|
||||||
|
Loading…
Reference in New Issue
Block a user