mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
internal.h: fixed incorrect use of enum value as preprocessor value
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user