MACOSX: Moved an include a bit to make sure that some defines are there before they are actually used.

This commit is contained in:
Oystein Eftevaag 2012-01-17 15:19:54 -05:00
parent 29a063cb12
commit 78baa27e0e

View File

@ -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