summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2016-11-30 15:47:08 -0800
committerGravatar GitHub2016-11-30 15:47:08 -0800
commit68c00ee771791e5975912c4e0d4be0fb5ab6b8fa (patch)
treea7aefb2726e5efb1b4053c037f8181ad3c497e10 /src/common/file_util.cpp
parentMerge pull request #2243 from MerryMage/r15 (diff)
parentAppending PLATFORM_LIBRARIES instead of redefining them (diff)
downloadyuzu-68c00ee771791e5975912c4e0d4be0fb5ab6b8fa.tar.gz
yuzu-68c00ee771791e5975912c4e0d4be0fb5ab6b8fa.tar.xz
yuzu-68c00ee771791e5975912c4e0d4be0fb5ab6b8fa.zip
Merge pull request #2228 from freiro/winver_fix
Move WINVER definition to cmake and a bit of cleanup
Diffstat (limited to 'src/common/file_util.cpp')
-rw-r--r--src/common/file_util.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp
index 413a8e7e5..b6161f2dc 100644
--- a/src/common/file_util.cpp
+++ b/src/common/file_util.cpp
@@ -26,9 +26,6 @@
26#define stat _stat64 26#define stat _stat64
27#define fstat _fstat64 27#define fstat _fstat64
28#define fileno _fileno 28#define fileno _fileno
29// Windows version, at least Vista is required to obtain AppData Path
30#define WINVER 0x0600
31#define _WIN32_WINNT 0x0600
32#else 29#else
33#ifdef __APPLE__ 30#ifdef __APPLE__
34#include <sys/param.h> 31#include <sys/param.h>