From edd8cb0a3e86c4ee23e4aa4ffa330607923590a0 Mon Sep 17 00:00:00 2001 From: Patrik Nyblom Date: Mon, 6 May 2013 15:25:20 +0200 Subject: Raise the minimal supported Windows version From previous 0x0500 to 0x0501, which obsoletes W2k. This is needed for full IPV6 support. --- erts/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erts/configure.in') diff --git a/erts/configure.in b/erts/configure.in index 2ee907b6e4..2ae8e90d3f 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -429,7 +429,7 @@ case $host_os in win32) # The ethread library requires _WIN32_WINNT of at least 0x0403. # -D_WIN32_WINNT=* from CPPFLAGS is saved in ETHR_DEFS. - CPPFLAGS="$CPPFLAGS -D_WIN32_WINNT=0x0500 -DWINVER=0x0500" + CPPFLAGS="$CPPFLAGS -D_WIN32_WINNT=0x0501 -DWINVER=0x0501" ;; darwin*) CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE" -- cgit v1.2.3