Remove extra "#" operator in wxFAIL_COND_MSG macro.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Dec 2012 16:01:59 +0000 (16:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Dec 2012 16:01:59 +0000 (16:01 +0000)
commit0a890608f192fa31ed6e229426e80a0a57506705
tree8e92fde3f299385fc77374309bcac317e22defc5
parent2e7ad0644cdaad5e1a111dd192a6bc4da49c5986
Remove extra "#" operator in wxFAIL_COND_MSG macro.

The argument of this macro is already a string, so we don't need to stringify
it again.

This fixes VC6 build, unlike all the other compilers this one didn't apply "#"
to an argument which was already a quoted string correctly.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/debug.h