Changeset 30913 in webkit for trunk/JavaScriptCore/wtf/Platform.h


Ignore:
Timestamp:
Mar 9, 2008, 5:49:15 PM (17 years ago)
Author:
[email protected]
Message:

2008-03-09 J?rg Billeter <[email protected]>

Reviewed by Alp Toker.

Conditionalise ICU for Unicode in the GTK+ port.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Platform.h

    r30897 r30913  
    204204#endif
    205205
    206 /* for Unicode, KDE uses Qt, everything else uses ICU */
     206/* for Unicode, KDE uses Qt */
    207207#if PLATFORM(KDE) || PLATFORM(QT)
    208208#define WTF_USE_QT4_UNICODE 1
    209209#elif PLATFORM(SYMBIAN)
    210210#define WTF_USE_SYMBIAN_UNICODE 1
     211#elif PLATFORM(GTK)
     212/* The GTK+ Unicode backend is configurable */
    211213#else
    212214#define WTF_USE_ICU_UNICODE 1
Note: See TracChangeset for help on using the changeset viewer.