mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 10:48:03 -05:00
Support mingw cross-compile
This commit is contained in:
@ -4,7 +4,8 @@
|
||||
|
||||
#include <time.h>
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
// windows.h needs to be included before other windows headers
|
||||
#include <mmsystem.h>
|
||||
#include <sys/timeb.h>
|
||||
#else
|
||||
|
Reference in New Issue
Block a user