mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
Fix build error with Boost::asio
This commit is contained in:
parent
78644655cf
commit
787761a7bf
1 changed files with 2 additions and 0 deletions
|
@ -29,7 +29,9 @@
|
|||
#define S_ISDIR(m) (((m)&S_IFDIR)==S_IFDIR)
|
||||
#endif //S_ISDIR
|
||||
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif //NOMINMAX
|
||||
|
||||
#include <io.h>
|
||||
#include <winsock2.h>
|
||||
|
|
Loading…
Reference in a new issue