mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 17:28:29 +00:00
Merge pull request #130 from Whitetigerswt/master
Fix build warning with Boost::asio
This commit is contained in:
commit
6afe7f164e
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…
Add table
Add a link
Reference in a new issue