]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wave.h
restored wxPluginLibrary::ms_classes handling code that was removed by mistake
[wxWidgets.git] / include / wx / wave.h
index 582841f7e952ee16b0971b296e01676b0e8992d8..275fa39850e8a6309eab4c56da9ce7a52c70b92e 100644 (file)
 
 #include "wx/setup.h"
 
+#if wxUSE_SOUND
+
 #if WXWIN_COMPATIBILITY_2_4
     #warning "wx/wave.h header is deprecated, use wx/sound.h and wxSound"
     #include "wx/sound.h"
+    // wxSound used to be called wxWave before wxWindows 2.5.1:
+    typedef wxSound wxWave;
 #else
     #error "wx/wave.h is only available in compatibility mode"
 #endif
 
 #endif
+
+#endif