File jpeg-8.0.2-int32.patch of Package jpeg
--- jpeg-8/jmorecfg.h +++ jpeg-8/jmorecfg.h @@ -162,7 +162,7 @@ #ifndef _BASETSD_H_ /* Microsoft defines it in basetsd.h */ #ifndef _BASETSD_H /* MinGW is slightly different */ #ifndef QGLOBAL_H /* Qt defines it in qglobal.h */ -typedef long INT32; +typedef int INT32; #endif #endif #endif