X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2Fconfig-compiler.h;h=6a73c189809db37f880af4f9bb4df2ee5fc070eb;hp=cfef180fad2c9f79b38adb0d6da97da61ae82eb2;hb=f9b8427e1f6879c324adc53dbb33034ca0a29c95;hpb=6a03aa891ee8e37d318fbebd4c436a18ea9c7096 diff --git a/windows/config-compiler.h b/windows/config-compiler.h index cfef180f..6a73c189 100644 --- a/windows/config-compiler.h +++ b/windows/config-compiler.h @@ -205,8 +205,13 @@ so, delete this exception statement from your version. */ #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 -/* Watcom 1.6 do have , but definition of '_Bool' is missing! */ -/* #define HAVE_STDBOOL_H 1 */ +/* OpenWatcom 1.6 do have , but definition of '_Bool' is missing! */ +/* This was fixed in OpenWatcom 1.7 */ +#if __WATCOMC__ >= 1270 +#define HAVE_STDBOOL_H 1 +#define HAVE__BOOL 1 +#endif + #define HAVE_STRTOLL 1 #define HAVE_UINT32_T 1 #undef HAVE_UTIME_H