Fixed build error on Windows

This commit is contained in:
yhirose 2020-07-19 18:32:28 -04:00
parent 457a5a7501
commit 5ddaf949d0

View file

@ -143,8 +143,9 @@ using ssize_t = int;
#endif // NOMINMAX
#include <io.h>
#include <wincrypt.h>
#include <winsock2.h>
#include <wincrypt.h>
#include <ws2tcpip.h>
#ifndef WSA_FLAG_NO_HANDLE_INHERIT