Changeset 38168 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Nov 6, 2008, 8:39:18 AM (17 years ago)
Author:
Simon Hausmann
Message:

2008-11-06 Ariya Hidayat <[email protected]>

Reviewed by Simon Hausmann.

Added WINSCW compiler define for Symbian S60.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Platform.h

    r38167 r38168  
    240240#endif
    241241
     242/* COMPILER(WINSCW) */
     243#if defined(__WINSCW__)
     244#define WTF_COMPILER_WINSCW 1
     245#endif
     246
    242247#if (PLATFORM(MAC) || PLATFORM(WIN)) && !defined(ENABLE_JSC_MULTIPLE_THREADS)
    243248#define ENABLE_JSC_MULTIPLE_THREADS 1
Note: See TracChangeset for help on using the changeset viewer.