]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/wave.cpp
fix for DMC missing mouse defines - linking of minimal failed
[wxWidgets.git] / src / msw / wave.cpp
index 083a7abc84f0db879435b15e895db46d60fecc37..1ee00838013efec4370f61454c6e359afc0ab041 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "wave.h"
 #endif
 
@@ -30,7 +30,6 @@
 #include "wx/msw/wave.h"
 #include "wx/msw/private.h"
 
-#include <windows.h>
 #include <windowsx.h>
 
 #if defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__)