temporarily disable asserts; they need debug CRTs. (They'll come

back shortly, when I reenable the crash handler ...)
This commit is contained in:
Glenn Maynard
2002-12-02 22:58:03 +00:00
parent 74c02a04c7
commit 11cab9f5a2
2 changed files with 6 additions and 4 deletions
+4 -4
View File
@@ -36,10 +36,10 @@ protected:
//#define RAGE_ASSERT(COND) RAGE_ASSERT_M((COND), "Assertion failure")
/* Make this the default assert handler. */
//#ifdef ASSERT
//#undef ASSERT
//#endif
//#define ASSERT RAGE_ASSERT
#ifdef ASSERT
#undef ASSERT
#endif
#define ASSERT(x) ;
#endif
+2
View File
@@ -369,6 +369,8 @@ inline const Type& SSMAX(const Type& arg1, const Type& arg2)
#endif
#endif // #ifndef W32BASE_H
#undef ASSERT
#define ASSERT(x) ;
// Standard headers needed