Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c4387f742db33ed9ec9b4b74af710b60da0a06c7
https://github.com/WebKit/WebKit/commit/c4387f742db33ed9ec9b4b74af710b60da0a06c7
Author: Ryosei Otaka <[email protected]>
Date: 2026-03-18 (Wed, 18 Mar 2026)
Changed paths:
M Source/WebCore/platform/win/WindowMessageBroadcaster.h
Log Message:
-----------
[Win] add include <windows.h> to fix build brake
with CMAKE_DISABLE_PRECOMPILE_HEADERS=ON option
https://bugs.webkit.org/show_bug.cgi?id=310233
Reviewed by Ross Kirsling.
clang can't find the difinition of "HWND"
when parsing WindowMessageBroadcaster.h
with CMAKE_DISABLE_PRECOMPILE_HEADERS=ON option.
So, WindowMessageBroadcaster.h includes
<windows.h> manually.
* Source/WebCore/platform/win/WindowMessageBroadcaster.h:
Canonical link: https://commits.webkit.org/309532@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications