File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ set(uv_sources
186
186
src/version .c)
187
187
188
188
if (WIN32 )
189
- list (APPEND uv_defines WIN32_LEAN_AND_MEAN _WIN32_WINNT=0x0602 _CRT_DECLARE_NONSTDC_NAMES=0)
189
+ list (APPEND uv_defines WIN32_LEAN_AND_MEAN _WIN32_WINNT=0x0A00 _CRT_DECLARE_NONSTDC_NAMES=0)
190
190
list (APPEND uv_libraries
191
191
psapi
192
192
user32
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ if WINNT
59
59
uvinclude_HEADERS += include/uv/win.h include/uv/tree.h
60
60
AM_CPPFLAGS += -I$(top_srcdir ) /src/win \
61
61
-DWIN32_LEAN_AND_MEAN \
62
- -D_WIN32_WINNT=0x0602
62
+ -D_WIN32_WINNT=0x0A00
63
63
libuv_la_SOURCES += src/win/async.c \
64
64
src/win/atomicops-inl.h \
65
65
src/win/core.c \
Original file line number Diff line number Diff line change 4
4
| ---| ---| ---| ---|
5
5
| GNU/Linux | Tier 1 | Linux >= 3.10 with glibc >= 2.17 | |
6
6
| macOS | Tier 1 | macOS >= 11 | Currently supported macOS releases |
7
- | Windows | Tier 1 | >= Windows 8 | VS 2015 and later are supported |
7
+ | Windows | Tier 1 | >= Windows 10 | VS 2015 and later are supported |
8
8
| FreeBSD | Tier 2 | >= 12 | |
9
9
| AIX | Tier 2 | >= 6 | Maintainers: @libuv/aix |
10
10
| IBM i | Tier 2 | >= IBM i 7.2 | Maintainers: @libuv/ibmi |
Original file line number Diff line number Diff line change 20
20
*/
21
21
22
22
#ifndef _WIN32_WINNT
23
- # define _WIN32_WINNT 0x0600
23
+ # define _WIN32_WINNT 0x0A00
24
24
#endif
25
25
26
26
#if !defined(_SSIZE_T_ ) && !defined(_SSIZE_T_DEFINED )
You can’t perform that action at this time.
0 commit comments