mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-27 11:59:36 -04:00
Support mingw cross-compile
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <WinSock2.h>
|
||||
#include <winsock2.h>
|
||||
// winsock2.h needs to be included first to prevent winsock.h being included by other includes
|
||||
#include <common/x64/abi.h>
|
||||
#include <io.h>
|
||||
#include <iphlpapi.h>
|
||||
|
||||
Reference in New Issue
Block a user