From 273a6df932af73d7c84fef8668a53b2e65311e24 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 11 Dec 2018 10:06:21 +0100 Subject: remove requirement for VLA in digestauth.c logic --- w32/common/MHD_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'w32') diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h index 21db7eae..964df10d 100644 --- a/w32/common/MHD_config.h +++ b/w32/common/MHD_config.h @@ -9,6 +9,9 @@ /* Define if MS VC compiler is used */ #define MSVC 1 +/* Define that MS VC does not support VLAs */ +#define __STDC_NO_VLA__ 1 + /* Define to 1 if your C compiler supports inline functions. */ #define INLINE_FUNC 1 -- cgit v1.2.3