From 7f0297dc4484eeef41f90a940d2a919941e648da Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 11 Jan 2013 10:57:39 +0100 Subject: configure.ac: require Windows Vista or newer We're going to use Vista features soon. Sorry for those poor people still on XP (or Windows, anyway). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ad731142..25f901f0 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,7 @@ mingw32* | windows*) ]) AC_CHECK_TOOL(WINDRES, windres) AM_CPPFLAGS="$AM_CPPFLAGS -DWIN32_LEAN_AND_MEAN" - AM_CPPFLAGS="$AM_CPPFLAGS -DWINVER=0x0501" + AM_CPPFLAGS="$AM_CPPFLAGS -DWINVER=0x0600 -D_WIN32_WINNT=0x0600" LIBS="$LIBS -lws2_32" HAVE_WINDOWS=1 ;; -- cgit v1.2.3