Changeset 48711 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 24, 2009, 3:12:36 AM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSStringRef.h
r34606 r48711 38 38 #endif 39 39 40 #if !defined(WIN32) && !defined(_WIN32) 40 #if !defined(WIN32) && !defined(_WIN32) && !defined(__WINSCW__) 41 41 /*! 42 42 @typedef JSChar -
trunk/JavaScriptCore/ChangeLog
r48703 r48711 1 2009-09-24 Janne Koskinen <[email protected]> 2 3 Reviewed by Simon Hausmann. 4 5 On Windows JSChar is typedef'ed to wchar_t. 6 7 When building with WINSCW for Symbian we need to do the 8 same typedef. 9 10 * API/JSStringRef.h: 11 1 12 2009-09-23 Geoffrey Garen <[email protected]> 2 13
Note:
See TracChangeset
for help on using the changeset viewer.