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

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

Return to bug 621532