--- old/modules/javafx.graphics/src/main/native-iio/libjpeg7/jconfig.h 2018-10-01 15:30:27.180372888 +0530 +++ new/modules/javafx.graphics/src/main/native-iio/libjpeg7/jconfig.h 2018-10-01 15:30:26.836372888 +0530 @@ -25,6 +25,12 @@ #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 */