fixes to make compile on VC++

This commit is contained in:
Dave White 2005-01-08 21:06:34 +00:00
parent a2911632ed
commit 504ba104c4

View File

@ -12,15 +12,7 @@
#ifndef WASSERT_HPP_INCLUDED
#define WASSERT_HPP_INCLUDED
#ifdef _MSC_VER
# define STANDARD_ASSERT_DOES_NOT_WORK
#endif
#ifdef STANDARD_ASSERT_DOES_NOT_WORK
void wassert(bool expression);
#else
#include <cassert>
#define wassert assert
#endif
#endif