mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
add missing mhd_winsock_inited_ to src/lib/init.c
This commit is contained in:
@@ -41,6 +41,12 @@ MHD_MUTEX_STATIC_DEFN_INIT_(global_init_mutex_);
|
||||
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && ! defined(__CYGWIN__)
|
||||
/**
|
||||
* Track initialization of winsock
|
||||
*/
|
||||
static int mhd_winsock_inited_ = 0;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Default implementation of the panic function,
|
||||
|
||||
Reference in New Issue
Block a user