File jpeg8-8b-int32.patch of Package jpeg8
--- 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