Quick Updates

svn path=/trunk/boinc/; revision=17969
This commit is contained in:
Rom Walton 2009-05-01 22:57:00 +00:00
parent be3323a9a4
commit 2ed310e1c4
1 changed files with 4 additions and 0 deletions

View File

@ -150,7 +150,11 @@ extern void set_signal_exit_code(int);
//
#define BOINCASSERT(expr) wxASSERT(expr)
#ifdef _UNICODE
#define BOINCTRACE __noop
#else
#define BOINCTRACE wxLogDebug
#endif
#elif defined(_CONSOLE) && !(defined(__MINGW32__) || defined(__CYGWIN32__))