libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit d2e9b53c6ee806175b1356cdb2ef9e2fae25f6d7
parent df98141b03a5c2fec11442f617e8842b6230b793
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed,  9 Nov 2016 23:12:56 +0300

Define missing HAVE_STDBOOL_H for VS

Diffstat:
Mw32/common/MHD_config.h | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h @@ -139,6 +139,10 @@ /* Define to 1 if you have the <stddef.h> header file. */ #define HAVE_STDDEF_H 1 +/* Define to 1 if you have the <stdbool.h> header file and <stdbool.h> defines +'bool' type. */ +#define HAVE_STDBOOL_H 1 + /* *** Other useful staff *** */