Changeset 38168 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 6, 2008, 8:39:18 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r38167 r38168 1 2008-11-06 Ariya Hidayat <[email protected]> 2 3 Reviewed by Simon Hausmann. 4 5 Added WINSCW compiler define for Symbian S60. 6 7 * wtf/Platform.h: 8 1 9 2008-11-06 Kristian Amlie <[email protected]> 2 10 -
trunk/JavaScriptCore/wtf/Platform.h
r38167 r38168 240 240 #endif 241 241 242 /* COMPILER(WINSCW) */ 243 #if defined(__WINSCW__) 244 #define WTF_COMPILER_WINSCW 1 245 #endif 246 242 247 #if (PLATFORM(MAC) || PLATFORM(WIN)) && !defined(ENABLE_JSC_MULTIPLE_THREADS) 243 248 #define ENABLE_JSC_MULTIPLE_THREADS 1
Note:
See TracChangeset
for help on using the changeset viewer.