]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/sound.cpp
replaced wxLogDebugs() with wxLogTrace()S
[wxWidgets.git] / src / mac / carbon / sound.cpp
index af1144a5d702ad9ba6c61df02022f34cad8b7aed..93e36c103c395acf57c858fd741b28c62aa0e0b0 100644 (file)
@@ -9,10 +9,12 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "sound.h"
 #endif
 
+#include "wx/wxprec.h"
+
 #include "wx/object.h"
 #include "wx/string.h"
 #include "wx/log.h"