aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2013-06-05 15:19:16 +0200
committerPatrik Nyblom <[email protected]>2013-06-05 15:19:16 +0200
commit33e423efdbef88087ba4205d56e6d9f608d43e50 (patch)
treef99fadd559e316cd5483519914ef654d5688a385 /erts
parent0fba8e9c2442151590d8e64103c8644b98a6cda0 (diff)
parentedd8cb0a3e86c4ee23e4aa4ffa330607923590a0 (diff)
downloadotp-33e423efdbef88087ba4205d56e6d9f608d43e50.tar.gz
otp-33e423efdbef88087ba4205d56e6d9f608d43e50.tar.bz2
otp-33e423efdbef88087ba4205d56e6d9f608d43e50.zip
Merge branch 'pan/raise_windows_version' into maint
* pan/raise_windows_version: Raise the minimal supported Windows version OTP-11145
Diffstat (limited to 'erts')
-rw-r--r--erts/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in
index c47c211c4e..b056ba44e2 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"