Added support for actual subnet mask in Windows port. Thanks to Thomas Neumann!

This commit is contained in:
skarg
2008-03-08 15:11:32 +00:00
parent cff20d7669
commit 1cabf2ce2f
3 changed files with 64 additions and 5 deletions
+2
View File
@@ -29,6 +29,8 @@
#define WIN32_LEAN_AND_MEAN
#define STRICT 1
#include <windows.h>
#include <Iphlpapi.h>
#include <winsock2.h>
#define close closesocket