mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 19:10:06 +00:00
common/misc: use windows.h
linux-mingw does not really like this.
This commit is contained in:
parent
c8e5c74092
commit
59d18ef55b
@ -4,7 +4,7 @@
|
||||
|
||||
#include <cstddef>
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <cerrno>
|
||||
#include <cstring>
|
||||
|
Loading…
Reference in New Issue
Block a user