Commit 2c36532e authored by Sergey Lyubka's avatar Sergey Lyubka

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

Allow for compilation in Visual Studio with NS_ENABLE_IPV6.
parents f2b0b9c7 f19bbc73
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment