Remove the TAP-Win32 reader thread.
[tinc] / src / net.h
index f0ece89..3b2cdf0 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -203,8 +203,6 @@ extern void load_all_nodes(void);
 
 #ifndef HAVE_MINGW
 #define closesocket(s) close(s)
-#else
-extern CRITICAL_SECTION mutex;
 #endif
 
 #endif /* __TINC_NET_H__ */