wok-current view webkit2gtk/stuff/unhide-deprecated-api.patch @ rev 25634

Mass update, new toolchain gcc 8.3.0, glibc 2.28.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Jan 14 08:12:37 2024 +0000 (20 months ago)
parents
children
line source
1 diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h
2 index 6fa104c82992..8c8640c3dee7 100644
3 --- a/Source/WTF/wtf/Platform.h
4 +++ b/Source/WTF/wtf/Platform.h
5 @@ -113,7 +113,6 @@
7 /* FIXME: This does not belong in Platform.h and should instead be included in another mechanism (compiler option, prefix header, config.h, etc) */
8 /* ICU configuration. Some of these match ICU defaults on some platforms, but we would like them consistently set everywhere we build WebKit. */
9 -#define U_HIDE_DEPRECATED_API 1
10 #define U_SHOW_CPLUSPLUS_API 0
11 #ifdef __cplusplus
12 #define UCHAR_TYPE char16_t