Changeset 44765 in webkit for trunk/JavaScriptCore/wtf/Assertions.h
- Timestamp:
- Jun 17, 2009, 9:39:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Assertions.h
r41879 r44765 129 129 /* ASSERT, ASSERT_WITH_MESSAGE, ASSERT_NOT_REACHED */ 130 130 131 #if PLATFORM(WIN _CE)131 #if PLATFORM(WINCE) && !PLATFORM(TORCHMOBILE) 132 132 /* FIXME: We include this here only to avoid a conflict with the ASSERT macro. */ 133 133 #include <windows.h>
Note:
See TracChangeset
for help on using the changeset viewer.