]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wave.h
Moved wxToolBarSimple to deprecated library
[wxWidgets.git] / include / wx / msw / wave.h
index d95560bc6fee73f740bede77cd1d0527cbe2e680..af07fc412cfb86713efdb17d415f5ab86523266b 100644 (file)
 #ifndef _WX_WAVE_H_
 #define _WX_WAVE_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "wave.h"
 #endif
 
+#if wxUSE_WAVE
+
 #include "wx/object.h"
 
-class WXDLLEXPORT wxWave : public wxObject
+class WXDLLIMPEXP_ADV wxWave : public wxObject
 {
 public:
   wxWave();
@@ -42,7 +44,9 @@ private:
   wxByte* m_waveData;
   int   m_waveLength;
   bool  m_isResource;
-};
 
+    DECLARE_NO_COPY_CLASS(wxWave)
+};
+#endif
 #endif