]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/clipbrd.cpp
wxMotif STL-ification.
[wxWidgets.git] / src / msw / clipbrd.cpp
index fd07c1ffa63e6b36abc2791c2844e0b1a98f7c81..7802a92ac8de37bd35cf81c49e3c6f5abfb0f65f 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ---------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "clipbrd.h"
 #endif
 
@@ -52,7 +52,6 @@
 #include "wx/clipbrd.h"
 
 #include <string.h>
-#include <windows.h>
 
 #include "wx/msw/private.h"