projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removing xti code which isn't necessary for unicode under trunk anymore
[wxWidgets.git]
/
include
/
wx
/
log.h
diff --git
a/include/wx/log.h
b/include/wx/log.h
index c632435b62adbe73be41f8f4cae7ce231239673d..71903146580a38e228e2952fc371f05cb668e06f 100644
(file)
--- a/
include/wx/log.h
+++ b/
include/wx/log.h
@@
-1571,8
+1571,8
@@
wxSafeShowMessage(const wxString& title, const wxString& text);
#endif
// macro which disables debug logging in release builds: this is done by
#endif
// macro which disables debug logging in release builds: this is done by
-// default by IMPLEMENT_APP() so usually it doesn't need to be used explicitly
-#if
def N
DEBUG
+// default by
wx
IMPLEMENT_APP() so usually it doesn't need to be used explicitly
+#if
defined(NDEBUG) && wxUSE_LOG_
DEBUG
#define wxDISABLE_DEBUG_LOGGING_IN_RELEASE_BUILD() \
wxLog::SetLogLevel(wxLOG_Info)
#else // !NDEBUG
#define wxDISABLE_DEBUG_LOGGING_IN_RELEASE_BUILD() \
wxLog::SetLogLevel(wxLOG_Info)
#else // !NDEBUG