[webkit-changes] [WebKit/WebKit] 63f7ba: Support ICU 76.1 build
Don Olmstead
noreply at github.com
Sat Oct 26 08:28:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 63f7badbada070ebaadd318b2801818ecf7e7ea0
https://github.com/WebKit/WebKit/commit/63f7badbada070ebaadd318b2801818ecf7e7ea0
Author: Don Olmstead <don.olmstead at sony.com>
Date: 2024-10-26 (Sat, 26 Oct 2024)
Changed paths:
M Source/WTF/wtf/Platform.h
Log Message:
-----------
Support ICU 76.1 build
https://bugs.webkit.org/show_bug.cgi?id=282120
Reviewed by Yusuke Suzuki.
In ICU 76.1 an additional macro `U_SHOW_CPLUSPLUS_HEADER_API` was added to
control visibility of the C++ API within ICU. Set this value to `0` since WebKit
wants to only use the C API.
* Source/WTF/wtf/Platform.h:
Canonical link: https://commits.webkit.org/285727@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list