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/StringExtras.h

    r42037 r44765  
    4646}
    4747
    48 #if COMPILER(MSVC7) || PLATFORM(WIN_CE)
     48#if COMPILER(MSVC7) || PLATFORM(WINCE)
    4949
    5050inline int vsnprintf(char* buffer, size_t count, const char* format, va_list args)
     
    5555#endif
    5656
    57 #if PLATFORM(WIN_CE)
     57#if PLATFORM(WINCE)
    5858
    5959inline int strnicmp(const char* string1, const char* string2, size_t count)
Note: See TracChangeset for help on using the changeset viewer.