]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/sound.cpp
DC reorganization
[wxWidgets.git] / src / mac / carbon / sound.cpp
index c99967756ae8a1ea5aa4d2812b31216ca9f7d315..365b1e42a207c5a0483aa48228a0602cba494d10 100644 (file)
 #endif
 #endif
 
-#if defined __WXMAC__ && defined __DARWIN__/*TARGET_CARBON*/
-#ifdef __APPLE_CC__
 #include <Carbon/Carbon.h>
-#else
-#include <Carbon.h>
-#endif
-#else
-#include <Sound.h>
-#endif
 
 //quicktime media layer only required for mac emulation on pc
 #ifndef __WXMAC__
@@ -79,7 +71,7 @@
 static wxTimer* lastSoundTimer=NULL;
 static bool lastSoundIsPlaying=false;
 
-#if !defined(__DARWIN__) || !defined(__LP64__)
+#if !defined(__LP64__)
 #define USE_QUICKTIME 1
 #else
 #define USE_QUICKTIME 0