Changeset 16115 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Aug 30, 2006, 11:29:55 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r16089 r16115 70 70 #if defined(BUILDING_QT__) 71 71 #define KXMLCORE_PLATFORM_QT 1 72 73 /* PLATFORM(KDE) */ 74 #if defined(BUILDING_KDE__) 75 #define KXMLCORE_PLATFORM_KDE 1 76 #endif 77 72 78 #elif PLATFORM(DARWIN) 73 79 #define KXMLCORE_PLATFORM_MAC 1 … … 161 167 /* for Unicode, KDE uses Qt, everything else uses ICU */ 162 168 #if PLATFORM(KDE) 163 #define KXMLCORE_USE_QT4_UNICODE 1 169 // FIXME: Not using Qt4 unicode for now! 170 #define KXMLCORE_USE_ICU_UNICODE 1 164 171 #else 165 172 #define KXMLCORE_USE_ICU_UNICODE 1
Note:
See TracChangeset
for help on using the changeset viewer.