From 8433e1cbbf289b67a540a728796e901b65e58a88 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sat, 23 Jul 2016 18:55:15 +0000 Subject: Added unit tests for number in string to value conversions. --- w32/common/MHD_config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'w32') 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 @@ #define HAVE_SNPRINTF 1 #endif +#if _MSC_VER >= 1800 +/* Define to 1 if you have the header file. */ +#define HAVE_INTTYPES_H 1 +#endif + /* *** Headers information *** */ /* Not really important as not used by code currently */ -- cgit v1.2.3