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"
|
||||
#endif
|
||||
|
||||
#if wxUSE_WAVE
|
||||
|
||||
#include "wx/object.h"
|
||||
|
||||
class WXDLLEXPORT wxWave : public wxObject
|
||||
@@ -45,5 +47,6 @@ private:
|
||||
bool m_isResource;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
// _WX_WAVE_H_
|
||||
|
@@ -17,6 +17,8 @@
|
||||
#include "wx/string.h"
|
||||
#include "wx/wave.h"
|
||||
|
||||
#if wxUSE_WAVE
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#include "wx/mac/private.h"
|
||||
#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/wave.h"
|
||||
|
||||
#if wxUSE_WAVE
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#include "wx/mac/private.h"
|
||||
#ifndef __DARWIN__
|
||||
@@ -243,3 +245,4 @@ void TimerCallBack(HWND hwnd,UINT uMsg,UINT idEvent,DWORD dwTime)
|
||||
}*/
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user