From: Jean-Baptiste Kempf Date: Tue, 23 Aug 2011 10:34:50 +0000 (+0200) Subject: Win32: fix small error in configure.ac X-Git-Tag: 1.2.0-pre1~1068 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5baeb0ec93da74f4dd8fc4af5b19cacd6abbd352;p=vlc Win32: fix small error in configure.ac This is a partial revert of [6fdf44fd13f5c24efb7ac5a593e967d02449b665] --- 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