Changeset 44766 in webkit for trunk/JavaScriptCore/jsc.cpp


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

2009-06-17 Adam Treat <[email protected]>

Reviewed by George Staikos.

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

    r44765 r44766  
    333333#endif
    334334
    335 #if COMPILER(MSVC) && !PLATFORM(WIN_CE)
     335#if COMPILER(MSVC) && !PLATFORM(WINCE)
    336336    timeBeginPeriod(1);
    337337#endif
Note: See TracChangeset for help on using the changeset viewer.