diff --git a/mingw-w64-headers/configure b/mingw-w64-headers/configure index c5b5cc84e..7746fafea 100755 --- a/mingw-w64-headers/configure +++ b/mingw-w64-headers/configure @@ -1353,7 +1353,7 @@ Optional Packages: --with-widl=PATH use widl to update idl-based headers. Optionally search for a compatible widl in PATH --with-default-win32-winnt=VER - Default value of _WIN32_WINNT (default: 0x502) + Default value of _WIN32_WINNT (default: 0xa00) --with-default-msvcrt=LIB Default msvcrt to target (default: msvcrt) @@ -2799,7 +2799,7 @@ $as_echo_n "checking default _WIN32_WINNT version... " >&6; } if test "${with_default_win32_winnt+set}" = set; then : withval=$with_default_win32_winnt; else - with_default_win32_winnt=0x502 + with_default_win32_winnt=0xa00 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_default_win32_winnt" >&5 diff --git a/mingw-w64-headers/configure.ac b/mingw-w64-headers/configure.ac index ca044a888..b0865e476 100644 --- a/mingw-w64-headers/configure.ac +++ b/mingw-w64-headers/configure.ac @@ -134,9 +134,9 @@ AC_SUBST([IDLHEAD_LIST]) AC_MSG_CHECKING([default _WIN32_WINNT version]) AC_ARG_WITH([default-win32-winnt], [AS_HELP_STRING([--with-default-win32-winnt=VER], - [Default value of _WIN32_WINNT (default: 0x502)])], + [Default value of _WIN32_WINNT (default: 0xa00)])], [], - [with_default_win32_winnt=0x502]) + [with_default_win32_winnt=0xa00]) AC_MSG_RESULT([$with_default_win32_winnt]) AS_VAR_SET([DEFAULT_WIN32_WINNT],[$with_default_win32_winnt]) AC_SUBST([DEFAULT_WIN32_WINNT])