Skip to content

Commit b61106e

Browse files
committed
build/meson: Set _WIN32_WINNT=0x0601
fixup: 5a949ca ("CMake: Set _WIN32_WINNT=0x0601", #900)
1 parent 9561879 commit b61106e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ endif
158158
qjs_c_args = ['-D_GNU_SOURCE']
159159

160160
if host_system == 'windows'
161-
qjs_c_args += ['-DWIN32_LEAN_AND_MEAN', '-D_WIN32_WINNT=0x0602']
161+
qjs_c_args += ['-DWIN32_LEAN_AND_MEAN', '-D_WIN32_WINNT=0x0601']
162+
endif
162163
endif
163164

164165
qjs_libc_lib = static_library(

0 commit comments

Comments
 (0)