1. make debugging macros compatible with ANSI build even in Unicode build (i.e.,...
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 21 May 2007 18:02:57 +0000 (18:02 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 21 May 2007 18:02:57 +0000 (18:02 +0000)
commit0accd1cfe8f53656e5f11a8900c716c56b412dfa
tree481c3c52ca3999a988345984a1e48aa9b7542d11
parenta64be16ef8aac40c68ed53cbe0f79979f8f6a898
1. make debugging macros compatible with ANSI build even in Unicode build (i.e., no need to use _T() in message strings)
2. save space in binary by using ANSI literals for filenames and expression strings in debug macros

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/debug.h
include/wx/log.h
src/common/appbase.cpp