microhttpd2.h: fixed macro which had strange parsing results

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-04-08 16:14:07 +02:00
parent c90340dc76
commit 57f4a4b5bb
+1 -2
View File
@@ -524,8 +524,7 @@ typedef SOCKET MHD_socket;
/* Use variable-length arrays? */
#if ! defined(MHD_NO_VLA)
# if ! defined(MHD_USE_VLA)
# if MHD_C_MINV_99 && \
(! defined(__STDC_NO_VLA__) || __STDC_NO_VLA__ + 0 != 0)
# if MHD_C_MINV_99 && (! defined(__STDC_NO_VLA__))
# if defined(__GNUC__) || defined(__clang__)
# define MHD_USE_VLA 1
# elif defined(_MSC_VER)