diff options
Diffstat (limited to 'w32/common/MHD_config.h')
-rw-r--r-- | w32/common/MHD_config.h | 5 |
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 @@ #define HAVE_SNPRINTF 1 #endif +#if _MSC_VER >= 1800 +/* Define to 1 if you have the <inttypes.h> header file. */ +#define HAVE_INTTYPES_H 1 +#endif + /* *** Headers information *** */ /* Not really important as not used by code currently */ |