Unicode related compilation and run-time fixes (wxUSE_MULTIBYTE removed)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -471,7 +471,7 @@ DECLARE_LOG_FUNCTION2(SysError, long lErrCode);
|
||||
|
||||
// this second version will only log the message if the mask had been
|
||||
// added to the list of masks with AddTraceMask()
|
||||
DECLARE_LOG_FUNCTION2(Trace, const char *mask);
|
||||
DECLARE_LOG_FUNCTION2(Trace, const wxChar *mask);
|
||||
|
||||
// the last one does nothing if all of level bits are not set
|
||||
// in wxLog::GetActive()->GetTraceMask() - it's deprecated in favour of
|
||||
|
Reference in New Issue
Block a user