diff options
author | Patrik Nyblom <[email protected]> | 2013-05-06 15:25:20 +0200 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2013-05-06 15:25:20 +0200 |
commit | edd8cb0a3e86c4ee23e4aa4ffa330607923590a0 (patch) | |
tree | b0db6dca7c8d2c1b60ea40ca6e4c8795dc0d3f37 /erts | |
parent | d08b9775ad07a89d070aa653a1e5549ce705d524 (diff) | |
download | otp-edd8cb0a3e86c4ee23e4aa4ffa330607923590a0.tar.gz otp-edd8cb0a3e86c4ee23e4aa4ffa330607923590a0.tar.bz2 otp-edd8cb0a3e86c4ee23e4aa4ffa330607923590a0.zip |
Raise the minimal supported Windows version
From previous 0x0500 to 0x0501, which obsoletes W2k.
This is needed for full IPV6 support.
Diffstat (limited to 'erts')
-rw-r--r-- | erts/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" |