diff options
author | Patrik Nyblom <[email protected]> | 2013-06-05 15:19:16 +0200 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2013-06-05 15:19:16 +0200 |
commit | 33e423efdbef88087ba4205d56e6d9f608d43e50 (patch) | |
tree | f99fadd559e316cd5483519914ef654d5688a385 | |
parent | 0fba8e9c2442151590d8e64103c8644b98a6cda0 (diff) | |
parent | edd8cb0a3e86c4ee23e4aa4ffa330607923590a0 (diff) | |
download | otp-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
-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 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" |