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


Ignore:
Timestamp:
Sep 11, 2008, 12:09:41 AM (17 years ago)
Author:
Simon Hausmann
Message:

2008-09-10 Simon Hausmann <Simon Hausmann>

Not reviewed but trivial one-liner for yet unused macro.

Changed PLATFORM(WINCE) to PLATFORM(WIN_CE) as requested by Mark.

(part of https://bugs.webkit.org/show_bug.cgi?id=20746)

File:
1 edited

Legend:

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

    r36315 r36328  
    5050#endif
    5151
    52 /* PLATFORM(WINCE) */
     52/* PLATFORM(WIN_CE) */
    5353/* Operating system level dependencies for Windows CE that should be used */
    5454/* regardless of operating environment */
    5555/* Note that for this platform PLATFORM(WIN_OS) is also defined. */
    5656#if defined(_WIN32_WCE)
    57 #define WTF_PLATFORM_WINCE 1
     57#define WTF_PLATFORM_WIN_CE 1
    5858#endif
    5959
Note: See TracChangeset for help on using the changeset viewer.