mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
MACOSX: Moved an include a bit to make sure that some defines are there before they are actually used.
This commit is contained in:
parent
29a063cb12
commit
78baa27e0e
@ -26,6 +26,7 @@
|
||||
|
||||
#ifdef MACOSX
|
||||
|
||||
#include <AvailabilityMacros.h>
|
||||
|
||||
// With the release of Mac OS X 10.5 in October 2007, Apple deprecated the
|
||||
// AUGraphNewNode & AUGraphGetNodeInfo APIs in favor of the new AUGraphAddNode &
|
||||
@ -53,7 +54,6 @@
|
||||
#endif
|
||||
|
||||
#if USE_DEPRECATED_COREAUDIO_API
|
||||
#include <AvailabilityMacros.h>
|
||||
// Try to silence warnings about use of deprecated APIs
|
||||
#undef DEPRECATED_ATTRIBUTE
|
||||
#define DEPRECATED_ATTRIBUTE
|
||||
|
Loading…
x
Reference in New Issue
Block a user