X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bcd2b961ff2545f4daf8ca7150b660a23cb0c8f7..510649e4d5e8eaf8967ddd082f3eb5945471eb5e:/src/gtk1/wave.cpp diff --git a/src/gtk1/wave.cpp b/src/gtk1/wave.cpp index ee85956bed..80a679ebb8 100644 --- a/src/gtk1/wave.cpp +++ b/src/gtk1/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