summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2016-12-01 00:47:08 +0100
committerGitHub <noreply@github.com>2016-12-01 00:47:08 +0100
commit68c00ee771791e5975912c4e0d4be0fb5ab6b8fa (patch)
treea7aefb2726e5efb1b4053c037f8181ad3c497e10 /src
parentMerge pull request #2243 from MerryMage/r15 (diff)
parentAppending PLATFORM_LIBRARIES instead of redefining them (diff)
downloadyuzu-68c00ee771791e5975912c4e0d4be0fb5ab6b8fa.tar
yuzu-68c00ee771791e5975912c4e0d4be0fb5ab6b8fa.tar.gz
yuzu-68c00ee771791e5975912c4e0d4be0fb5ab6b8fa.tar.bz2
yuzu-68c00ee771791e5975912c4e0d4be0fb5ab6b8fa.tar.lz
yuzu-68c00ee771791e5975912c4e0d4be0fb5ab6b8fa.tar.xz
yuzu-68c00ee771791e5975912c4e0d4be0fb5ab6b8fa.tar.zst
yuzu-68c00ee771791e5975912c4e0d4be0fb5ab6b8fa.zip
Diffstat (limited to 'src')
-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 @@
#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>