mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=6539
This commit is contained in:
parent
47d8852006
commit
c3098bcb61
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue