X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bcd2b961ff2545f4daf8ca7150b660a23cb0c8f7..049426fc8013b222c71ce44ca491e7461499085f:/src/gtk/wave.cpp?ds=sidebyside diff --git a/src/gtk/wave.cpp b/src/gtk/wave.cpp index ee85956bed..80a679ebb8 100644 --- a/src/gtk/wave.cpp +++ b/src/gtk/wave.cpp @@ -13,6 +13,10 @@ #pragma implementation "wave.h" #endif +#include + +#if wxUSE_WAVE + // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -221,4 +225,5 @@ bool wxWave::InitDSP(int dev, int iDataBits, int iChannel,unsigned long ulSampli return TRUE; } +#endif