]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/quantize.cpp
corrected misleading comment about DllGetVersion()
[wxWidgets.git] / src / common / quantize.cpp
index 37674b2c4b40a8e078d5cab68d55bc7c9cbd64ad..c230b983d9d8d04aeca96563d0ed43c484611ad1 100644 (file)
@@ -77,7 +77,7 @@
 
 typedef unsigned short UINT16;
 typedef signed short INT16;
-#ifndef __WATCOMC__
+#if !(defined(__WATCOMC__) && defined(__WXMSW__))
 typedef signed int INT32;
 #endif
 
@@ -1656,4 +1656,3 @@ bool wxQuantize::Quantize(const wxImage& src,
 
 #endif
     // wxUSE_IMAGE
-