Add WinSock2 dependency

This commit is contained in:
batist73 2019-03-27 14:04:26 +03:00 committed by ahryhoryeu
parent 96cacd24f9
commit 90e699161a

View file

@ -37,6 +37,8 @@
#include <winsock2.h>
#include <ws2tcpip.h>
#pragma comment(lib, "ws2_32.lib")
#ifndef strcasecmp
#define strcasecmp _stricmp
#endif //strcasecmp