Added missing #if wxUSE_WAVE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,6 +17,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
|
||||||
@@ -45,5 +47,6 @@ private:
|
|||||||
bool m_isResource;
|
bool m_isResource;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
// _WX_WAVE_H_
|
// _WX_WAVE_H_
|
||||||
|
@@ -17,6 +17,8 @@
|
|||||||
#include "wx/string.h"
|
#include "wx/string.h"
|
||||||
#include "wx/wave.h"
|
#include "wx/wave.h"
|
||||||
|
|
||||||
|
#if wxUSE_WAVE
|
||||||
|
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
#include "wx/mac/private.h"
|
#include "wx/mac/private.h"
|
||||||
#ifndef __DARWIN__
|
#ifndef __DARWIN__
|
||||||
@@ -243,3 +245,4 @@ void TimerCallBack(HWND hwnd,UINT uMsg,UINT idEvent,DWORD dwTime)
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
|
||||||
|
#endif
|
||||||
|
@@ -17,6 +17,8 @@
|
|||||||
#include "wx/string.h"
|
#include "wx/string.h"
|
||||||
#include "wx/wave.h"
|
#include "wx/wave.h"
|
||||||
|
|
||||||
|
#if wxUSE_WAVE
|
||||||
|
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
#include "wx/mac/private.h"
|
#include "wx/mac/private.h"
|
||||||
#ifndef __DARWIN__
|
#ifndef __DARWIN__
|
||||||
@@ -243,3 +245,4 @@ void TimerCallBack(HWND hwnd,UINT uMsg,UINT idEvent,DWORD dwTime)
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user