Changeset 46660 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Jul 31, 2009, 10:26:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r46623 r46660 339 339 #endif 340 340 341 /* On Windows, use QueryPerformanceCounter by default */ 342 #if PLATFORM(WIN_OS) 343 #define WTF_USE_QUERY_PERFORMANCE_COUNTER 1 344 #endif 345 341 346 #if PLATFORM(WINCE) && !PLATFORM(QT) 342 347 #undef ENABLE_JSC_MULTIPLE_THREADS
Note:
See TracChangeset
for help on using the changeset viewer.