X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.ac;h=42a74fbb29dd76b5d9167f56b1730fc537dfd5a9;hb=c796d10a9a7004a6b2f558c0f4a8847168850a7e;hp=9358079ad6f6062d211555a0ef98f9b68adfb914;hpb=0ef46dbedcab87a3100753407f70505479209638;p=vlc diff --git a/configure.ac b/configure.ac index 9358079ad6..42a74fbb29 100644 --- a/configure.ac +++ b/configure.ac @@ -312,12 +312,12 @@ case "${host_os}" in ;; *mingw32*) SYS=mingw32 - AC_DEFINE([_WIN32_WINNT], 0x0500, [Define to '0x0500' for Windows 2000 APIs.]) + AC_DEFINE([_WIN32_WINNT], 0x0501, [Define to '0x0500' for Windows XP APIs.]) ;; *cygwin*) dnl Check if we are using the mno-cygwin mode in which case we are dnl actually dealing with a mingw32 compiler. - AC_DEFINE([_WIN32_WINNT], 0x0500, [Define to '0x0500' for Windows 2000 APIs.]) + AC_DEFINE([_WIN32_WINNT], 0x0501, [Define to '0x0501' for Windows XP APIs.]) AC_EGREP_CPP(yes, [#ifdef WIN32 yes