__WXDEBUG__ is defined/undefined, not 0/1!

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2004-10-17 16:28:20 +00:00
parent 7dca9b44f5
commit 4200d1f416

View File

@ -2210,7 +2210,7 @@ void wxWindowBase::OnMiddleClick( wxMouseEvent& event )
#else
"",
#endif
#if __WXDEBUG__
#ifdef __WXDEBUG__
_T(" Debug build"),
#else
_T(""),