diff options
Diffstat (limited to 'source/l/qt5-webkit/qt5-webkit.icu68_1.diff')
-rw-r--r-- | source/l/qt5-webkit/qt5-webkit.icu68_1.diff | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/source/l/qt5-webkit/qt5-webkit.icu68_1.diff b/source/l/qt5-webkit/qt5-webkit.icu68_1.diff new file mode 100644 index 00000000..c15d33aa --- /dev/null +++ b/source/l/qt5-webkit/qt5-webkit.icu68_1.diff @@ -0,0 +1,34 @@ +--- ./Source/WebCore/platform/text/icu/UTextProvider.h.orig 2020-03-04 11:16:37.000000000 -0600 ++++ ./Source/WebCore/platform/text/icu/UTextProvider.h 2020-10-30 13:33:29.455998691 -0500 +@@ -28,6 +28,14 @@ + + #include <unicode/utext.h> + ++#ifndef FALSE ++#define FALSE (0) ++#endif ++ ++#ifndef TRUE ++#define TRUE (!FALSE) ++#endif ++ + namespace WebCore { + + enum class UTextProviderContext { +--- ./Source/WebCore/platform/text/TextCodecICU.cpp.orig 2020-03-04 11:16:37.000000000 -0600 ++++ ./Source/WebCore/platform/text/TextCodecICU.cpp 2020-10-30 13:34:33.196995165 -0500 +@@ -39,6 +39,14 @@ + #include <wtf/text/StringBuilder.h> + #include <wtf/unicode/CharacterNames.h> + ++#ifndef FALSE ++#define FALSE (0) ++#endif ++ ++#ifndef TRUE ++#define TRUE (!FALSE) ++#endif ++ + namespace WebCore { + + const size_t ConversionBufferSize = 16384; |