X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnet.h;h=0ff313d0bdafd1d7f120082e46413629aad62ab0;hb=2f014ef78a8bcbf6cdac86bf9602e4a4903cf51e;hp=afefa17b683e9031c443de3f9b39fda67624965d;hpb=f79cc0e0bba16a3aa42a5fa13098cda714623205;p=meshlink diff --git a/src/net.h b/src/net.h index afefa17b..0ff313d0 100644 --- a/src/net.h +++ b/src/net.h @@ -110,8 +110,6 @@ extern void retry(struct meshlink_handle *mesh); #ifndef HAVE_MINGW #define closesocket(s) close(s) -#else -extern CRITICAL_SECTION mutex; #endif #endif