mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 17:28:29 +00:00
Merge pull request #135 from batist73/add-winsock2-dependency
Add WinSock2 dependency
This commit is contained in:
commit
acc5e5a450
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#include <ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
|
|
||||||
|
#pragma comment(lib, "ws2_32.lib")
|
||||||
|
|
||||||
#ifndef strcasecmp
|
#ifndef strcasecmp
|
||||||
#define strcasecmp _stricmp
|
#define strcasecmp _stricmp
|
||||||
#endif //strcasecmp
|
#endif //strcasecmp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue