Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 621532 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- webkitgtk-2.4.11.orig/Source/WebKit2/Shared/API/c/WKString.h.orig   2017-12-17 20:37:47.918238974 +0100
0
++ webkitgtk-2.4.11.orig/Source/WebKit2/Shared/API/c/WKString.h        2017-12-17 20:39:10.970532449 +0100
Lines 28-33 Link Here
28
28
29
#include <WebKit2/WKBase.h>
29
#include <WebKit2/WKBase.h>
30
#include <stddef.h>
30
#include <stddef.h>
31
#include <uchar.h>
31
32
32
#ifndef __cplusplus
33
#ifndef __cplusplus
33
#include <stdbool.h>
34
#include <stdbool.h>
Lines 39-45 Link Here
39
40
40
#if !defined(WIN32) && !defined(_WIN32) \
41
#if !defined(WIN32) && !defined(_WIN32) \
41
    && !((defined(__CC_ARM) || defined(__ARMCC__)) && !defined(__linux__)) /* RVCT */
42
    && !((defined(__CC_ARM) || defined(__ARMCC__)) && !defined(__linux__)) /* RVCT */
42
    typedef unsigned short WKChar;
43
    typedef char16_t WKChar;
43
#else
44
#else
44
    typedef wchar_t WKChar;
45
    typedef wchar_t WKChar;
45
#endif
46
#endif

Return to bug 621532