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
+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