*** empty log message ***

svn path=/trunk/boinc/; revision=6539
This commit is contained in:
Rom Walton 2005-07-06 21:10:36 +00:00
parent 47d8852006
commit c3098bcb61
2 changed files with 8 additions and 1 deletions

View File

@ -8954,3 +8954,10 @@ Rom 5 July 2005
msg_log.C
parse.C
stackwalker_win.cpp
Rom 6 July 2005
- Another fix that is needed to build BOINC with VS 2005 using the
debug profile.
lib/
diagnostics.h

View File

@ -121,7 +121,7 @@ extern void boinc_info_release(const char *pszFormat, ...);
// Microsoft CRT
//
#define BOINCASSERT(expr) _ASSERT_BASE((expr), #expr)
#define BOINCASSERT(expr) _ASSERTE(expr)
#define BOINCTRACE boinc_trace
#define BOINCINFO boinc_info_debug