]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagbmp.cpp
unicode compilation fix
[wxWidgets.git] / src / common / imagbmp.cpp
index 1ba36f910c643e169b8a71280eae52f995889100..7570226e6ea4e1983fe6b7d93d87b17f8cc1586d 100644 (file)
@@ -7,7 +7,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "imagbmp.h"
 #endif
 
@@ -43,7 +43,7 @@
 #endif
 
 #ifdef __WXMSW__
-#include <windows.h>
+#include "wx/msw/wrapwin.h"
 #endif
 
 //-----------------------------------------------------------------------------