Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2d96c99b553946b611978b26dd1f83a8b68be10a
https://github.com/WebKit/WebKit/commit/2d96c99b553946b611978b26dd1f83a8b68be10a
Author: Sosuke Suzuki <[email protected]>
Date: 2026-01-20 (Tue, 20 Jan 2026)
Changed paths:
M Source/JavaScriptCore/PlatformJSCOnly.cmake
M Source/WTF/wtf/PlatformJSCOnly.cmake
M Source/cmake/OptionsJSCOnly.cmake
Log Message:
-----------
[Win] Fix JSCOnly build on Windows
https://bugs.webkit.org/show_bug.cgi?id=305906
Reviewed by Yusuke Suzuki.
This patch changes for following changes:
- Add _WINSOCKAPI_ to prevent winsock2.h/windows.h redefinition errors
- Add WTFCRTDebug.cpp/h for WTF Windows support
- Link ws2_32 for WasmDebugServer socket functions
- Remove CMAKE_DISABLE_PRECOMPILE_HEADERS OFF to avoid Ninja+clang-cl PCH race
* Source/JavaScriptCore/PlatformJSCOnly.cmake:
* Source/WTF/wtf/PlatformJSCOnly.cmake:
* Source/cmake/OptionsJSCOnly.cmake:
Canonical link: https://commits.webkit.org/305923@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications