internal.h: fixed incorrect use of enum value as preprocessor value

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-05-16 19:46:30 +03:00
parent 2ec6b3c7c9
commit 280aceef91
+1 -1
View File
@@ -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