1diff --git a/libjpeg-turbo-2.1.1/jmorecfg.h b/libjpeg-turbo-2.1.1/jmorecfg.h 2index fb3a9cf..1a63a14 100644 3--- a/jmorecfg.h 4+++ b/jmorecfg.h 5@@ -137,6 +137,7 @@ typedef short INT16; 6 * same regardless of any external headers that may be included. 7 */ 8 9+#ifndef _LOS_COMPILER_H /* LiteOS-M defines INT32 in los_compiler.h */ 10 #ifndef XMD_H /* X11/xmd.h correctly defines INT32 */ 11 #ifndef _BASETSD_H_ /* Microsoft defines it in basetsd.h */ 12 #ifndef _BASETSD_H /* MinGW is slightly different */ 13@@ -146,6 +147,7 @@ typedef long INT32; 14 #endif 15 #endif 16 #endif 17+#endif 18 19 /* Datatype used for image dimensions. The JPEG standard only supports 20 * images up to 64K*64K due to 16-bit fields in SOF markers. Therefore 21