Merge pull request #465 from doug16rogers/vs9-compile-ipv6

Allow for compilation in Visual Studio with NS_ENABLE_IPV6.
This commit is contained in:
Sergey Lyubka 2015-03-03 18:28:07 +00:00
commit 2c36532ec4

View File

@ -81,6 +81,7 @@
#ifdef _MSC_VER
#pragma comment(lib, "ws2_32.lib") // Linking with winsock library
#endif
#include <Ws2tcpip.h>
#include <windows.h>
#include <process.h>
#ifndef EINPROGRESS