1
0
mirror of synced 2025-04-20 11:47:43 +03:00

Fix build error with Boost::asio

This commit is contained in:
Whitetiger 2019-02-25 13:09:31 -05:00 committed by GitHub
parent 78644655cf
commit 787761a7bf
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) #define S_ISDIR(m) (((m)&S_IFDIR)==S_IFDIR)
#endif //S_ISDIR #endif //S_ISDIR
#ifndef NOMINMAX
#define NOMINMAX #define NOMINMAX
#endif //NOMINMAX
#include <io.h> #include <io.h>
#include <winsock2.h> #include <winsock2.h>