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


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

    r44702 r44765  
    5757#endif
    5858
    59 /* PLATFORM(WIN_CE) */
     59/* PLATFORM(WINCE) */
    6060/* Operating system level dependencies for Windows CE that should be used */
    6161/* regardless of operating environment */
    6262/* Note that for this platform PLATFORM(WIN_OS) is also defined. */
    6363#if defined(_WIN32_WCE)
    64 #define WTF_PLATFORM_WIN_CE 1
     64#define WTF_PLATFORM_WINCE 1
    6565#endif
    6666
     
    259259#endif
    260260
    261 /* PLATFORM(WIN_CE) && PLATFORM(QT)
     261/* PLATFORM(WINCE) && PLATFORM(QT)
    262262   We can not determine the endianess at compile time. For
    263263   Qt for Windows CE the endianess is specified in the
    264264   device specific makespec
    265265*/
    266 #if PLATFORM(WIN_CE) && PLATFORM(QT)
     266#if PLATFORM(WINCE) && PLATFORM(QT)
    267267#   include <QtGlobal>
    268268#   undef WTF_PLATFORM_BIG_ENDIAN
     
    407407
    408408#define HAVE_FLOAT_H 1
    409 #if PLATFORM(WIN_CE)
     409#if PLATFORM(WINCE)
    410410#define HAVE_ERRNO_H 0
    411411#else
Note: See TracChangeset for help on using the changeset viewer.