temporarily disable asserts; they need debug CRTs. (They'll come
back shortly, when I reenable the crash handler ...)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user