aboutsummaryrefslogtreecommitdiffstats
path: root/code/jpeg-6/jmorecfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/jpeg-6/jmorecfg.h')
-rw-r--r--code/jpeg-6/jmorecfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/code/jpeg-6/jmorecfg.h b/code/jpeg-6/jmorecfg.h
index 1fc0a19..a2fea83 100644
--- a/code/jpeg-6/jmorecfg.h
+++ b/code/jpeg-6/jmorecfg.h
@@ -149,7 +149,9 @@ typedef unsigned short UINT16;
typedef unsigned int UINT16;
#endif /* HAVE_UNSIGNED_SHORT */
+#ifndef DONT_TYPEDEF_INT32
typedef long INT32;
+#endif
/* INT16 must hold at least the values -32768..32767. */