Commit 95055f60 authored by Sergey Lyubka's avatar Sergey Lyubka

Add winsock2.h include for win32

parent 2c36532e
......@@ -81,7 +81,8 @@
#ifdef _MSC_VER
#pragma comment(lib, "ws2_32.lib") // Linking with winsock library
#endif
#include <Ws2tcpip.h>
#include <winsock2.h>
#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