mirror of https://github.com/BOINC/boinc.git
parent
be3323a9a4
commit
2ed310e1c4
|
@ -150,7 +150,11 @@ extern void set_signal_exit_code(int);
|
||||||
//
|
//
|
||||||
|
|
||||||
#define BOINCASSERT(expr) wxASSERT(expr)
|
#define BOINCASSERT(expr) wxASSERT(expr)
|
||||||
|
#ifdef _UNICODE
|
||||||
|
#define BOINCTRACE __noop
|
||||||
|
#else
|
||||||
#define BOINCTRACE wxLogDebug
|
#define BOINCTRACE wxLogDebug
|
||||||
|
#endif
|
||||||
|
|
||||||
#elif defined(_CONSOLE) && !(defined(__MINGW32__) || defined(__CYGWIN32__))
|
#elif defined(_CONSOLE) && !(defined(__MINGW32__) || defined(__CYGWIN32__))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue