projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added ../../include/wx/ to path.
[wxWidgets.git]
/
src
/
unix
/
wave.cpp
diff --git
a/src/unix/wave.cpp
b/src/unix/wave.cpp
index 747514360d090f630cff7f9afcb330260ae3b1d6..36c9c096607af03a7cacce1bd6511c6e6cd15675 100644
(file)
--- a/
src/unix/wave.cpp
+++ b/
src/unix/wave.cpp
@@
-9,10
+9,13
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "wave.h"
#endif
#pragma implementation "wave.h"
#endif
+// for compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
#include "wx/setup.h"
#if wxUSE_WAVE
#include "wx/setup.h"
#if wxUSE_WAVE