]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/quantize.cpp
added wxDynamicObject (kind of delegate, docs to come once this has calmed down)
[wxWidgets.git] / src / common / quantize.cpp
index d3d894f41a5cc16b03c367ce663d836892e65b8b..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,7 @@
 #include "wx/quantize.h"
 
 #ifdef __WXMSW__
-#include <windows.h>
+#include "wx/msw/private.h"
 #endif
 
 #include <stdlib.h>