< prev index next >

modules/javafx.graphics/src/main/native-iio/libjpeg7/jconfig.h

Print this page

        

@@ -23,10 +23,16 @@
 
 /* Define "boolean" as unsigned char, not int, per Windows custom */
 #ifndef __RPCNDR_H__            /* don't conflict if rpcndr.h already read */
 typedef unsigned char boolean;
 #endif
+#ifndef FALSE                   /* in case these macros already exist */
+#define FALSE    0              /* values of boolean */
+#endif
+#ifndef TRUE
+#define TRUE    1
+#endif
 #define HAVE_BOOLEAN            /* prevent jmorecfg.h from redefining it */
 
 
 #ifdef JPEG_INTERNALS
 
< prev index next >