mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2943
This commit is contained in:
parent
caec808072
commit
f008c990a0
|
@ -78,14 +78,15 @@ void boinc_trace(const char *pszFormat, ...);
|
||||||
#include <crtdbg.h>
|
#include <crtdbg.h>
|
||||||
|
|
||||||
|
|
||||||
#define BOINCASSERT(expr) _ASSERT_BASE((expr), #expr)
|
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
|
|
||||||
|
#define BOINCASSERT(expr) _ASSERT_BASE((expr), #expr)
|
||||||
#define BOINCTRACE boinc_trace
|
#define BOINCTRACE boinc_trace
|
||||||
|
|
||||||
#else _DEBUG
|
#else _DEBUG
|
||||||
|
|
||||||
|
#define BOINCASSERT(expr) ((void)0)
|
||||||
#define BOINCTRACE ((void)0)
|
#define BOINCTRACE ((void)0)
|
||||||
|
|
||||||
#endif _DEBUG
|
#endif _DEBUG
|
||||||
|
|
Loading…
Reference in New Issue