wpewebkit/fix-icu-build.patch

13 lines
544 B
Diff

Index: wpewebkit-2.46.0/Source/WTF/wtf/Platform.h
===================================================================
--- wpewebkit-2.46.0.orig/Source/WTF/wtf/Platform.h
+++ wpewebkit-2.46.0/Source/WTF/wtf/Platform.h
@@ -115,6 +115,7 @@
/* ICU configuration. Some of these match ICU defaults on some platforms, but we would like them consistently set everywhere we build WebKit. */
#define U_HIDE_DEPRECATED_API 1
#define U_SHOW_CPLUSPLUS_API 0
+#define U_SHOW_CPLUSPLUS_HEADER_API 0
#ifdef __cplusplus
#define UCHAR_TYPE char16_t
#endif