commit 280aceef91cbd1181eabbe98efdd673a1f769d7c
parent 2ec6b3c7c94fae62b2dee94f8c0122fafc14423a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 16 May 2022 16:14:52 +0300
internal.h: fixed incorrect use of enum value as preprocessor value
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
@@ -739,7 +739,7 @@ enum MHD_TLS_CONN_STATE
/**
* Should all state transitions be printed to stderr?
*/
-#define DEBUG_STATES MHD_NO
+#define DEBUG_STATES _MHD_MACRO_NO
#ifdef HAVE_MESSAGES