From 9d765e0937a79fa9015d6846785931e4ceecfda3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 30 Nov 2017 02:22:19 +0100 Subject: [PATCH] Set mininal Windows version to Windows 7 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 48c2e62ccb..c7360021f4 100644 --- a/configure.ac +++ b/configure.ac @@ -230,7 +230,7 @@ case "${host_os}" in AC_CHECK_TOOL(WINDRES, windres, :) AC_CHECK_TOOL(OBJCOPY, objcopy, :) AH_TOP([#if defined(_WIN32) && !defined(_WIN32_WINNT)]) - AH_TOP([# define _WIN32_WINNT 0x0502 /* Windows XP SP2 */]) + AH_TOP([# define _WIN32_WINNT 0x0601 /* Windows 7 */]) AH_TOP([#endif]) AC_DEFINE([_WIN32_IE], 0x0600, [Define to '0x0600' for IE 6.0 (and shell) APIs.]) AC_DEFINE([_UNICODE], [1], [Define to 1 for Unicode (Wide Chars) APIs.]) -- 2.11.4.GIT