mirror of https://github.com/OpenTTD/OpenTTD
Fix: [OSX] Macro redefinition warning.
parent
c63f0b3005
commit
05a93c121c
|
@ -22,13 +22,9 @@
|
|||
#include "../debug.h"
|
||||
#include "../base_media_base.h"
|
||||
|
||||
#define Rect OTTDRect
|
||||
#define Point OTTDPoint
|
||||
#include <CoreServices/CoreServices.h>
|
||||
#include <AudioUnit/AudioUnit.h>
|
||||
#include <AudioToolbox/AudioToolbox.h>
|
||||
#undef Rect
|
||||
#undef Point
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue