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:
Robin Dunn
2002-12-17 21:26:21 +00:00
parent 1eab83f91a
commit 3d9d488655
3 changed files with 48 additions and 39 deletions

View File

@@ -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_

View File

@@ -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

View File

@@ -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