1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-28 06:56:29 -05:00

Add mingw compile support

This commit is contained in:
James Rowe
2016-08-01 15:13:35 -06:00
parent 3b4f134c08
commit c3ea6f4ddb
5 changed files with 20 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
#include <numeric>
#include <fcntl.h>
#ifdef _MSC_VER
#ifdef _WIN32
#include <WinSock2.h>
#include <common/x64/abi.h>
#include <io.h>