Merge pull request #135 from batist73/add-winsock2-dependency

Add WinSock2 dependency
This commit is contained in:
yhirose 2019-03-27 22:45:05 -04:00 committed by GitHub
commit acc5e5a450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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