aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 8f3d47b4..abe40e72 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -175,7 +175,7 @@ static int mhd_winsock_inited_ = 0;
175 * Do nothing - global initialisation is 175 * Do nothing - global initialisation is
176 * performed by library constructor. 176 * performed by library constructor.
177 */ 177 */
178#define MHD_check_global_init_(x) (void)0 178#define MHD_check_global_init_() (void)0
179#else /* ! _AUTOINIT_FUNCS_ARE_SUPPORTED */ 179#else /* ! _AUTOINIT_FUNCS_ARE_SUPPORTED */
180/** 180/**
181 * Track global initialisation 181 * Track global initialisation