X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ac31c429f668e236f4d9686c47b5172f625781c..02bcd285fac7124a41292d905609220005f51087:/src/common/quantize.cpp diff --git a/src/common/quantize.cpp b/src/common/quantize.cpp index 37674b2c4b..efe74bc7f3 100644 --- a/src/common/quantize.cpp +++ b/src/common/quantize.cpp @@ -30,10 +30,6 @@ /* 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 -