1
0
mirror of synced 2025-04-21 22:25:55 +03:00

Merge pull request #130 from Whitetigerswt/master

Fix build warning with Boost::asio
This commit is contained in:
yhirose 2019-02-25 14:29:42 -05:00 committed by GitHub
commit 6afe7f164e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>