diff options
Diffstat (limited to '')
| -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 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> |