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