mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 23:18:08 -05:00
Merge pull request #2228 from freiro/winver_fix
Move WINVER definition to cmake and a bit of cleanup
This commit is contained in:
@ -26,9 +26,6 @@
|
||||
#define stat _stat64
|
||||
#define fstat _fstat64
|
||||
#define fileno _fileno
|
||||
// Windows version, at least Vista is required to obtain AppData Path
|
||||
#define WINVER 0x0600
|
||||
#define _WIN32_WINNT 0x0600
|
||||
#else
|
||||
#ifdef __APPLE__
|
||||
#include <sys/param.h>
|
||||
|
Reference in New Issue
Block a user