diff --git a/jpeg/jmorecfg.h b/jpeg/jmorecfg.h index f2c965194a951624eb6bd536cdde0af7d8fb8da2..e7a1a0d2bfa39ac071aa8f8560e883f1defed8af 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//geuz +#ifndef WIN32 #ifndef XMD_H /* X11/xmd.h correctly defines INT32 */ typedef long INT32; #endif -//#endif//geuz +#endif /* Datatype used for image dimensions. The JPEG standard only supports * images up to 64K*64K due to 16-bit fields in SOF markers. Therefore