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

    r41879 r44765  
    129129/* ASSERT, ASSERT_WITH_MESSAGE, ASSERT_NOT_REACHED */
    130130
    131 #if PLATFORM(WIN_CE)
     131#if PLATFORM(WINCE) && !PLATFORM(TORCHMOBILE)
    132132/* FIXME: We include this here only to avoid a conflict with the ASSERT macro. */
    133133#include <windows.h>
Note: See TracChangeset for help on using the changeset viewer.