diff src/audio/macosx/SDL_coreaudio.c @ 4925:514f811a4887

Removed support for 10.3.9 Fixed building on Mac OS X 10.5
author Sam Lantinga <slouken@libsdl.org>
date Wed, 01 Dec 2010 12:23:16 -0800
parents 4160ba33b597
children b530ef003506
line wrap: on
line diff
--- a/src/audio/macosx/SDL_coreaudio.c	Wed Dec 01 12:22:29 2010 -0800
+++ b/src/audio/macosx/SDL_coreaudio.c	Wed Dec 01 12:23:16 2010 -0800
@@ -24,7 +24,7 @@
 #include <CoreAudio/CoreAudio.h>
 #include <CoreServices/CoreServices.h>
 #include <AudioUnit/AudioUnit.h>
-#if MAC_OS_X_VERSION_MAX_ALLOWED <= 1050
+#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_5
 #include <AudioUnit/AUNTComponent.h>
 #endif