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/Assertions.cpp

    r38699 r44765  
    3535#endif
    3636
    37 #if COMPILER(MSVC) && !PLATFORM(WIN_CE)
     37#if COMPILER(MSVC) && !PLATFORM(WINCE)
    3838#ifndef WINVER
    3939#define WINVER 0x0500
     
    6767        CFRelease(cfFormat);
    6868    } else
    69 #elif COMPILER(MSVC) && !PLATFORM(WIN_CE)
     69#elif COMPILER(MSVC) && !PLATFORM(WINCE)
    7070    if (IsDebuggerPresent()) {
    7171        size_t size = 1024;
Note: See TracChangeset for help on using the changeset viewer.