From 3e6d8419b2a0be12497cd8657658071a2f39fd42 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 18 Feb 2001 19:09:17 +0000 Subject: [PATCH] *** empty log message *** --- jpeg/jmorecfg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jpeg/jmorecfg.h b/jpeg/jmorecfg.h index e7a1a0d2bf..f2c965194a 100644 --- a/jpeg/jmorecfg.h +++ b/jpeg/jmorecfg.h @@ -157,11 +157,11 @@ typedef short INT16; /* INT32 must hold at least signed 32-bit values. */ -#ifndef WIN32 +//#ifndef WIN32//geuz #ifndef XMD_H /* X11/xmd.h correctly defines INT32 */ typedef long INT32; #endif -#endif +//#endif//geuz /* Datatype used for image dimensions. The JPEG standard only supports * images up to 64K*64K due to 16-bit fields in SOF markers. Therefore -- GitLab