aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-09 23:12:56 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-10 16:27:41 +0300
commitd2e9b53c6ee806175b1356cdb2ef9e2fae25f6d7 (patch)
tree84ec078f1e41696f915c8f13713161c6d11286be /w32
parentdf98141b03a5c2fec11442f617e8842b6230b793 (diff)
downloadlibmicrohttpd-d2e9b53c6ee806175b1356cdb2ef9e2fae25f6d7.tar.gz
libmicrohttpd-d2e9b53c6ee806175b1356cdb2ef9e2fae25f6d7.zip
Define missing HAVE_STDBOOL_H for VS
Diffstat (limited to 'w32')
-rw-r--r--w32/common/MHD_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index 0101756a..793e353c 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -139,6 +139,10 @@
139/* Define to 1 if you have the <stddef.h> header file. */ 139/* Define to 1 if you have the <stddef.h> header file. */
140#define HAVE_STDDEF_H 1 140#define HAVE_STDDEF_H 1
141 141
142/* Define to 1 if you have the <stdbool.h> header file and <stdbool.h> defines
143'bool' type. */
144#define HAVE_STDBOOL_H 1
145
142 146
143/* *** Other useful staff *** */ 147/* *** Other useful staff *** */
144 148