Commit 586574e1 authored by Sergey Lyubka's avatar Sergey Lyubka

Added #pragma comment(lib, "Ws2_32.lib") for win32

parent 0f159547
......@@ -171,6 +171,9 @@ typedef struct DIR {
struct dirent result;
} DIR;
// Mark required libraries
#pragma comment(lib, "Ws2_32.lib")
#else // UNIX specific
#include <sys/wait.h>
#include <sys/socket.h>
......
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