Ignore:
Timestamp:
Apr 4, 2006, 11:10:12 AM (19 years ago)
Author:
eseidel
Message:

2006-04-04 Eric Seidel <[email protected]>

Reviewed by ggaren.

Fix win32 build.
Disable ASSERT redefinition warnings for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kxmlcore/Assertions.h

    r13089 r13684  
    9999// ASSERT, ASSERT_WITH_MESSAGE, ASSERT_NOT_REACHED
    100100
     101#if PLATFORM(WIN_OS)
     102// FIXME: Change to use something other than ASSERT to avoid this conflict with win32.
     103#undef ASSERT
     104#endif
     105
    101106#if ASSERT_DISABLED
    102107
Note: See TracChangeset for help on using the changeset viewer.