diff options
author | freiro <f73b2894@opayq.com> | 2016-11-28 19:38:47 +0100 |
---|---|---|
committer | freiro <f73b2894@opayq.com> | 2016-11-30 15:47:09 +0100 |
commit | 0c22e52f52ace18fbc80a858faa931414d4eef86 (patch) | |
tree | 8a55f8f61e6737f4eb9ab8e4c7b43e59e173dc7b /src/common/file_util.cpp | |
parent | cf5b8483fc53ca3b4919d231045348625a507d05 (diff) |
WINVER definition moved to CMake and cleanup
Diffstat (limited to 'src/common/file_util.cpp')
-rw-r--r-- | src/common/file_util.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp index 413a8e7e59..b6161f2dc0 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> |