projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
replaced wxLogDebugs() with wxLogTrace()S
[wxWidgets.git]
/
src
/
mac
/
carbon
/
sound.cpp
diff --git
a/src/mac/carbon/sound.cpp
b/src/mac/carbon/sound.cpp
index af1144a5d702ad9ba6c61df02022f34cad8b7aed..93e36c103c395acf57c858fd741b28c62aa0e0b0 100644
(file)
--- a/
src/mac/carbon/sound.cpp
+++ b/
src/mac/carbon/sound.cpp
@@
-9,10
+9,12
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "sound.h"
#endif
#pragma implementation "sound.h"
#endif
+#include "wx/wxprec.h"
+
#include "wx/object.h"
#include "wx/string.h"
#include "wx/log.h"
#include "wx/object.h"
#include "wx/string.h"
#include "wx/log.h"