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