Changeset 39287 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Dec 13, 2008, 11:19:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r39226 r39287 432 432 #endif 433 433 434 /* WREC only supports x86 at the moment, and has only been tested on Mac and Windows. */ 435 #if !defined(ENABLE_WREC) && PLATFORM(X86) && (PLATFORM(MAC) || PLATFORM(WIN)) 434 /* WREC supports x86 & x86-64, and has been tested on Mac and Windows ('cept on 64-bit on Mac). */ 435 #if (!defined(ENABLE_WREC) && PLATFORM(X86) && PLATFORM(MAC)) \ 436 || (!defined(ENABLE_WREC) && PLATFORM(X86_64) && PLATFORM(MAC)) \ 437 || (!defined(ENABLE_WREC) && PLATFORM(X86) && PLATFORM(WIN)) 436 438 #define ENABLE_WREC 1 437 439 #endif
Note:
See TracChangeset
for help on using the changeset viewer.