]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/wave.cpp
fixes for Win95 (where GetObject(DIBSECTION) is broken)
[wxWidgets.git] / src / msw / wave.cpp
index 4016b5dce912657a606b2f8c338d8afab7edca1c..abb89060fb8218e7546aa493b61f37feae793cfa 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:     wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
@@ -20,6 +20,8 @@
 #pragma hdrstop
 #endif
 
+#if wxUSE_WAVE
+
 #ifndef WX_PRECOMP
 #include "wx/wx.h"
 #endif
@@ -165,4 +167,4 @@ bool wxWave::Free()
   return FALSE;
 }
 
-
+#endif // wxUSE_WAVE