- Assertions is only valid in __APPLE__ right now
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@12304
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-01-23 George Staikos <staikos@opensource.apple.com>
+
+ Reviewed by Maciej.
+
+ * kxmlcore/Assertions.h: This file only works with __APPLE__ right now
+
2006-01-23 George Staikos <staikos@opensource.apple.com>
Reviewed by Maciej.
// For non-debug builds, everything is disabled by default.
// Defining any of the symbols explicitly prevents this from having any effect.
-#ifdef WIN32
+#if !__APPLE__
#define ASSERT_DISABLED 1 // FIXME: We have to undo all the assert macros, since they are currently in a .mm file and use obj-c.
#else
#ifdef NDEBUG