1
0
mirror of synced 2025-06-13 18:41:30 +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

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>