Added wxUSE_WAVE to setup0.h and checked for it in wave.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -396,6 +396,9 @@
|
|||||||
// contribute us a makefile for src/regex for it
|
// contribute us a makefile for src/regex for it
|
||||||
#define wxUSE_REGEX 0
|
#define wxUSE_REGEX 0
|
||||||
|
|
||||||
|
// wxWave class
|
||||||
|
#define wxUSE_WAVE 1
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Individual GUI controls
|
// Individual GUI controls
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
@@ -16,6 +16,8 @@
|
|||||||
#pragma interface "wave.h"
|
#pragma interface "wave.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if wxUSE_WAVE
|
||||||
|
|
||||||
#include "wx/object.h"
|
#include "wx/object.h"
|
||||||
|
|
||||||
class WXDLLEXPORT wxWave : public wxObject
|
class WXDLLEXPORT wxWave : public wxObject
|
||||||
@@ -43,6 +45,6 @@ private:
|
|||||||
int m_waveLength;
|
int m_waveLength;
|
||||||
bool m_isResource;
|
bool m_isResource;
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user