summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorfreiro <f73b2894@opayq.com>2016-11-28 19:38:47 +0100
committerfreiro <f73b2894@opayq.com>2016-11-30 15:47:09 +0100
commit0c22e52f52ace18fbc80a858faa931414d4eef86 (patch)
tree8a55f8f61e6737f4eb9ab8e4c7b43e59e173dc7b /src
parentMerge pull request #2233 from Subv/warnings (diff)
downloadyuzu-0c22e52f52ace18fbc80a858faa931414d4eef86.tar
yuzu-0c22e52f52ace18fbc80a858faa931414d4eef86.tar.gz
yuzu-0c22e52f52ace18fbc80a858faa931414d4eef86.tar.bz2
yuzu-0c22e52f52ace18fbc80a858faa931414d4eef86.tar.lz
yuzu-0c22e52f52ace18fbc80a858faa931414d4eef86.tar.xz
yuzu-0c22e52f52ace18fbc80a858faa931414d4eef86.tar.zst
yuzu-0c22e52f52ace18fbc80a858faa931414d4eef86.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>