From 75a394ff9ec8048d5293b79ec18da7be0eaca090 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 23 Apr 2014 08:01:24 +0000 Subject: [PATCH] Core: Improved mingw compatibility #746 git-svn-id: svn://ultimatepp.org/upp/trunk@7308 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/uppsrc/Core/config.h b/uppsrc/Core/config.h index 99ef3405a..a34cad018 100644 --- a/uppsrc/Core/config.h +++ b/uppsrc/Core/config.h @@ -14,7 +14,6 @@ #undef WINVER #undef _WIN32_WINNT #define _WIN32_WINNT 0x0501 - #define WINVER WindowsXP #endif #if __unix || __unix__ || __APPLE__