]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/quantize.cpp
Source cleaning. wxMotif/OS2 adjustements.
[wxWidgets.git] / src / common / quantize.cpp
index 37674b2c4b40a8e078d5cab68d55bc7c9cbd64ad..efe74bc7f3d99f60fd54cc9d63c97f73411a69c2 100644 (file)
 
 /* modified by Vaclav Slavik for use as jpeglib-independent module */
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "quantize.h"
-#endif
-
 // For compilers that support precompilation, includes "wx/wx.h".
 #include "wx/wxprec.h"
 
@@ -77,7 +73,7 @@
 
 typedef unsigned short UINT16;
 typedef signed short INT16;
-#ifndef __WATCOMC__
+#if !(defined(__WATCOMC__) && defined(__WXMSW__))
 typedef signed int INT32;
 #endif
 
@@ -1656,4 +1652,3 @@ bool wxQuantize::Quantize(const wxImage& src,
 
 #endif
     // wxUSE_IMAGE
-