wok-current annotate webkit2gtk/stuff/unhide-deprecated-api.patch @ rev 25693

Up depends pkgs for cups, need to rebuild it for ssl 3.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Mar 24 15:17:37 2024 +0000 (6 months ago)
parents
children
rev   line source
shann@25634 1 diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h
shann@25634 2 index 6fa104c82992..8c8640c3dee7 100644
shann@25634 3 --- a/Source/WTF/wtf/Platform.h
shann@25634 4 +++ b/Source/WTF/wtf/Platform.h
shann@25634 5 @@ -113,7 +113,6 @@
shann@25634 6
shann@25634 7 /* FIXME: This does not belong in Platform.h and should instead be included in another mechanism (compiler option, prefix header, config.h, etc) */
shann@25634 8 /* ICU configuration. Some of these match ICU defaults on some platforms, but we would like them consistently set everywhere we build WebKit. */
shann@25634 9 -#define U_HIDE_DEPRECATED_API 1
shann@25634 10 #define U_SHOW_CPLUSPLUS_API 0
shann@25634 11 #ifdef __cplusplus
shann@25634 12 #define UCHAR_TYPE char16_t