Commit 7f0297dc authored by Max Kellermann's avatar Max Kellermann

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).
parent 49f38554
......@@ -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
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment