Changeset 36328 in webkit


Ignore:
Timestamp:
Sep 11, 2008 12:09:41 AM (16 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)

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r36327 r36328  
     12008-09-10  Simon Hausmann  <hausmann@webkit.org>
     2
     3        Not reviewed but trivial one-liner for yet unused macro.
     4
     5        Changed PLATFORM(WINCE) to PLATFORM(WIN_CE) as requested by Mark.
     6
     7        (part of https://bugs.webkit.org/show_bug.cgi?id=20746)
     8
     9        * wtf/Platform.h:
     10
    1112008-09-10  Cameron Zwarich  <cwzwarich@uwaterloo.ca>
    212
  • 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.