From 5baeb0ec93da74f4dd8fc4af5b19cacd6abbd352 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Tue, 23 Aug 2011 12:34:50 +0200 Subject: [PATCH] Win32: fix small error in configure.ac This is a partial revert of [6fdf44fd13f5c24efb7ac5a593e967d02449b665] --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 418c230f9b..8ac12e60a0 100644 --- a/configure.ac +++ b/configure.ac @@ -320,7 +320,7 @@ case "${host_os}" in *mingw32* | *cygwin* | *wince* | *mingwce*) AC_CHECK_TOOL(WINDRES, windres, :) AC_CHECK_TOOL(OBJCOPY, objcopy, :) - AC_DEFINE([_WIN32_WINNT], 0x0600, [Define to '0x0600' for Windows Vista APIs.]) + AC_DEFINE([_WIN32_WINNT], 0x0501, [Define to '0x0501' for Windows XP APIs.]) AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0501' for IE 5.01 (and shell) APIs.]) case "${host_os}" in