Removed the MAC_OS_X_VERSION_10_x macros from the 1.3 branch.
This commit is contained in:
parent
c3366d1756
commit
0daed19a0e
9 changed files with 26 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue