Changeset 49015 in webkit for trunk/JavaScriptCore/wtf/unicode/Unicode.h
- Timestamp:
- Oct 2, 2009, 1:21:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/unicode/Unicode.h
r46911 r49015 27 27 28 28 #if USE(QT4_UNICODE) 29 #if COMPILER(WINSCW) || COMPILER(RVCT) 30 #include "wtf/unicode/qt4/UnicodeQt4.h" 31 #else 29 32 #include "qt4/UnicodeQt4.h" 33 #endif 30 34 #elif USE(ICU_UNICODE) 31 35 #include <wtf/unicode/icu/UnicodeIcu.h>
Note:
See TracChangeset
for help on using the changeset viewer.