Removed the MAC_OS_X_VERSION_10_x macros from the 1.3 branch.

This commit is contained in:
Ryan C. Gordon 2011-08-25 03:11:28 -04:00
parent c3366d1756
commit 0daed19a0e
9 changed files with 26 additions and 35 deletions

View file

@ -32,7 +32,7 @@
#if MACOSX_COREAUDIO
#include <CoreAudio/CoreAudio.h>
#include <CoreServices/CoreServices.h>
#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_5
#if MAC_OS_X_VERSION_MAX_ALLOWED <= 1050
#include <AudioUnit/AUNTComponent.h>
#endif
#endif