git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11035
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// contribute us a makefile for src/regex for it
#define wxUSE_REGEX 0
+// wxWave class
+#define wxUSE_WAVE 1
+
// ----------------------------------------------------------------------------
// Individual GUI controls
// ----------------------------------------------------------------------------
#pragma interface "wave.h"
#endif
+#if wxUSE_WAVE
+
#include "wx/object.h"
class WXDLLEXPORT wxWave : public wxObject
int m_waveLength;
bool m_isResource;
};
-
+#endif
#endif