aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-07-23 18:55:15 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-07-23 18:55:15 +0000
commit8433e1cbbf289b67a540a728796e901b65e58a88 (patch)
tree60a161c4eff611883f39a1886943528f674a839d /w32
parent13498fcdb606819b00c28de10f8c7688b698ef74 (diff)
downloadlibmicrohttpd-8433e1cbbf289b67a540a728796e901b65e58a88.tar.gz
libmicrohttpd-8433e1cbbf289b67a540a728796e901b65e58a88.zip
Added unit tests for number in string to value conversions.
Diffstat (limited to 'w32')
-rw-r--r--w32/common/MHD_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index 9844c8bb..d147e984 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -87,6 +87,11 @@
87#define HAVE_SNPRINTF 1 87#define HAVE_SNPRINTF 1
88#endif 88#endif
89 89
90#if _MSC_VER >= 1800
91/* Define to 1 if you have the <inttypes.h> header file. */
92#define HAVE_INTTYPES_H 1
93#endif
94
90 95
91/* *** Headers information *** */ 96/* *** Headers information *** */
92/* Not really important as not used by code currently */ 97/* Not really important as not used by code currently */