File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,8 @@ if(QJS_BUILD_LIBC)
211
211
endif ()
212
212
list (APPEND qjs_defines _GNU_SOURCE)
213
213
if (WIN32 )
214
- list (APPEND qjs_defines WIN32_LEAN_AND_MEAN _WIN32_WINNT=0x0602)
214
+ # NB: Windows 7 is EOL and we are only supporting in so far as it doesn't interfere with progress.
215
+ list (APPEND qjs_defines WIN32_LEAN_AND_MEAN _WIN32_WINNT=0x0601)
215
216
endif ()
216
217
list (APPEND qjs_libs ${CMAKE_DL_LIBS} )
217
218
find_package (Threads)
Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ sidebar_position: 8
8
8
| ---| ---| ---|
9
9
| GNU/Linux | * | glibc and musl are supported |
10
10
| macOS | macOS >= 11 | Currently supported macOS releases |
11
- | Windows | >= Windows 8 | VS >= 2022 and Clang are supported |
11
+ | Windows | >= Windows 7 * | VS >= 2022 and Clang are supported |
12
12
| FreeBSD | * | Limited testing |
13
13
| OpenBSD | * | Limited testing |
14
14
| NetBSD | * | Limited testing |
15
15
| Android | NDK >= 26.0.10792818 | Limited testing |
16
16
| iOS | * | Limited testing |
17
17
| MinGW | MinGW-w64 | |
18
18
| Other | N/A | Missing? Open a PR! |
19
+
20
+ - ` * ` : Windows 7 is EOL and only supported in this project as long as it doesn't interfere with its progress.
You can’t perform that action at this time.
0 commit comments