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")
|
//#define RAGE_ASSERT(COND) RAGE_ASSERT_M((COND), "Assertion failure")
|
||||||
|
|
||||||
/* Make this the default assert handler. */
|
/* Make this the default assert handler. */
|
||||||
//#ifdef ASSERT
|
#ifdef ASSERT
|
||||||
//#undef ASSERT
|
#undef ASSERT
|
||||||
//#endif
|
#endif
|
||||||
//#define ASSERT RAGE_ASSERT
|
#define ASSERT(x) ;
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -369,6 +369,8 @@ inline const Type& SSMAX(const Type& arg1, const Type& arg2)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // #ifndef W32BASE_H
|
#endif // #ifndef W32BASE_H
|
||||||
|
#undef ASSERT
|
||||||
|
#define ASSERT(x) ;
|
||||||
|
|
||||||
// Standard headers needed
|
// Standard headers needed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user