From 2ed310e1c4c0cb410c203dc62b5390d4697c5691 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 1 May 2009 22:57:00 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=17969 --- lib/diagnostics.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/diagnostics.h b/lib/diagnostics.h index a9be37cdc7..ab36e26257 100644 --- a/lib/diagnostics.h +++ b/lib/diagnostics.h @@ -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__))