From 0c22e52f52ace18fbc80a858faa931414d4eef86 Mon Sep 17 00:00:00 2001 From: freiro Date: Mon, 28 Nov 2016 19:38:47 +0100 Subject: WINVER definition moved to CMake and cleanup --- src/common/file_util.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common/file_util.cpp') 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 -- cgit v1.2.3