]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/wave.cpp
Restored the ability to scroll.
[wxWidgets.git] / src / msw / wave.cpp
index df4b95ee7440ad0a15929ef79c1c6f281ed1a152..19b164f5a0e0bb773f9d2498c2a6c35ecae501ea 100644 (file)
 #include <windows.h>
 #include <windowsx.h>
 
-#ifndef __GNUWIN32__
+#if !defined( __GNUWIN32__ ) || defined(wxUSE_NORLANDER_HEADERS)
 #include <mmsystem.h>
 #endif
 
 #ifndef __TWIN32__
 #ifdef __GNUWIN32__
+#ifndef wxUSE_NORLANDER_HEADERS
 #include "wx/msw/gnuwin32/extra.h"
 #endif
 #endif
+#endif
 
 wxWave::wxWave()
   : m_waveData(NULL), m_waveLength(0), m_isResource(FALSE)