slackbuilds_ponce/libraries/webkit2gtk4.1/unhide-deprecated-api.patch
Willy Sudiarto Raharjo fe22cf67fe
libraries/webkit2gtk4.1: Added (Web content rendering)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-02 20:35:17 +07:00

12 lines
602 B
Diff

diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h
index 6fa104c82992..8c8640c3dee7 100644
--- a/Source/WTF/wtf/Platform.h
+++ b/Source/WTF/wtf/Platform.h
@@ -113,7 +113,6 @@
/* FIXME: This does not belong in Platform.h and should instead be included in another mechanism (compiler option, prefix header, config.h, etc) */
/* 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
#ifdef __cplusplus
#define UCHAR_TYPE char16_t