Changeset 38169 in webkit for trunk/JavaScriptCore/wtf/Platform.h


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

2008-11-06 Norbert Leser <[email protected]>

Reviewed by Simon Hausmann.

Added SYMBIAN32 condition for defining PLATFORM(SYMBIAN).

File:
1 edited

Legend:

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

    r38168 r38169  
    137137#endif
    138138
    139 #ifdef __S60__
     139#if defined (__S60__) || defined (__SYMBIAN32__)
    140140// we are cross-compiling, it is not really windows
    141141#undef WTF_PLATFORM_WIN_OS
Note: See TracChangeset for help on using the changeset viewer.