]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/quantize.cpp
trying to fix the generic tree appearance problems
[wxWidgets.git] / src / common / quantize.cpp
index 3b2f3dc9a11fcfea95a77942cf0d7d530edafd1d..b792d1483389a2f07780de9d01ed1da419c9b066 100644 (file)
@@ -30,7 +30,7 @@
 
 /* modified by Vaclav Slavik for use as jpeglib-independent module */
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "quantize.h"
 #endif
 
@@ -49,7 +49,6 @@
 #include "wx/quantize.h"
 
 #ifdef __WXMSW__
-#include <windows.h>
 #include "wx/msw/private.h"
 #endif