aboutsummaryrefslogtreecommitdiff
path: root/w32/common/MHD_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'w32/common/MHD_config.h')
-rw-r--r--w32/common/MHD_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index 964df10d..191a6cf9 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -10,7 +10,9 @@
10#define MSVC 1 10#define MSVC 1
11 11
12/* Define that MS VC does not support VLAs */ 12/* Define that MS VC does not support VLAs */
13#ifndef __clang__
13#define __STDC_NO_VLA__ 1 14#define __STDC_NO_VLA__ 1
15#endif
14 16
15/* Define to 1 if your C compiler supports inline functions. */ 17/* Define to 1 if your C compiler supports inline functions. */
16#define INLINE_FUNC 1 18#define INLINE_FUNC 1