1diff --git a/src/jmorecfg.h b/src/jmorecfg.h 2index fb3a9cf..1a63a14 100644 3--- a/src/jmorecfg.h 4+++ b/src/jmorecfg.h 5@@ -133,6 +133,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@@ -141,6 +142,7 @@ typedef long INT32; 14 #endif 15 #endif 16 #endif 17+#endif 18 #endif 19 20 /* Datatype used for image dimensions. The JPEG standard only supports 21 22