Win32: fix small error in configure.ac

This is a partial revert of [6fdf44fd13]
This commit is contained in:
Jean-Baptiste Kempf 2011-08-23 12:34:50 +02:00
parent 090fe825e1
commit 5baeb0ec93
1 changed files with 1 additions and 1 deletions

View File

@ -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