From 5eda539bdc4b607275755591ff53a61cf3dd9b8b Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 22 Nov 2012 05:44:51 -0800 Subject: [PATCH] libjpeg-turbo-1.2.1-int32 --- jmorecfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmorecfg.h b/jmorecfg.h index 55af056..9852e1d 100644 --- a/jmorecfg.h +++ b/jmorecfg.h @@ -160,7 +160,7 @@ typedef short INT16; /* INT32 must hold at least signed 32-bit values. */ #ifndef XMD_H /* X11/xmd.h correctly defines INT32 */ -typedef long INT32; +typedef int INT32; #endif /* Datatype used for image dimensions. The JPEG standard only supports -- 2.7.4