Ignore:
Timestamp:
Jun 17, 2009, 9:39:56 AM (16 years ago)
Author:
[email protected]
Message:

2009-06-17 George Staikos <[email protected]>

Reviewed by Adam Treat.

https://bugs.webkit.org/show_bug.cgi?id=23155
Move WIN_CE -> WINCE as previously discussed with Qt WINCE folks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/DateMath.cpp

    r44518 r44765  
    301301void getLocalTime(const time_t* localTime, struct tm* localTM)
    302302{
    303 #if COMPILER(MSVC7) || COMPILER(MINGW) || PLATFORM(WIN_CE)
     303#if COMPILER(MSVC7) || COMPILER(MINGW) || PLATFORM(WINCE)
    304304    *localTM = *localtime(localTime);
    305305#elif COMPILER(MSVC)
Note: See TracChangeset for help on using the changeset viewer.