Changeset 37648 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Oct 17, 2008, 1:04:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r37647 r37648 350 350 351 351 // WREC only supports x86 at the moment, and has only been tested on Mac and Windows. 352 #if !defined(ENABLE_WREC) && PLATFORM(X86) && (PLATFORM(MAC) || PLATFORM(WIN))352 #if !defined(ENABLE_WREC) && ENABLE(CTI) && PLATFORM(X86) && (PLATFORM(MAC) || PLATFORM(WIN)) 353 353 #define ENABLE_WREC 1 354 354 #endif
Note:
See TracChangeset
for help on using the changeset viewer.