summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp
diff options
context:
space:
mode:
authorGravatar freiro2016-11-28 19:38:47 +0100
committerGravatar freiro2016-11-30 15:47:09 +0100
commit0c22e52f52ace18fbc80a858faa931414d4eef86 (patch)
tree8a55f8f61e6737f4eb9ab8e4c7b43e59e173dc7b /src/common/file_util.cpp
parentMerge pull request #2233 from Subv/warnings (diff)
downloadyuzu-0c22e52f52ace18fbc80a858faa931414d4eef86.tar.gz
yuzu-0c22e52f52ace18fbc80a858faa931414d4eef86.tar.xz
yuzu-0c22e52f52ace18fbc80a858faa931414d4eef86.zip
WINVER definition moved to CMake and 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>