Changeset 38699 in webkit for trunk/JavaScriptCore/wtf/Assertions.h
- Timestamp:
- Nov 24, 2008, 12:09:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Assertions.h
r38673 r38699 129 129 /* ASSERT, ASSERT_WITH_MESSAGE, ASSERT_NOT_REACHED */ 130 130 131 #if PLATFORM(WIN_CE) 132 /* FIXME: We include this here only to avoid a conflict with the ASSERT macro. */ 133 #include <windows.h> 134 #undef min 135 #undef max 136 #undef ERROR 137 #endif 138 131 139 #if PLATFORM(WIN_OS) 132 140 /* FIXME: Change to use something other than ASSERT to avoid this conflict with win32. */
Note:
See TracChangeset
for help on using the changeset viewer.