From: Włodzimierz Skiba Date: Sun, 17 Oct 2004 16:28:20 +0000 (+0000) Subject: __WXDEBUG__ is defined/undefined, not 0/1! X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4200d1f4164a82739e3e54f5a85f25910c8a8d1d __WXDEBUG__ is defined/undefined, not 0/1! git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index 320bd80bee..690233bc75 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -2210,7 +2210,7 @@ void wxWindowBase::OnMiddleClick( wxMouseEvent& event ) #else "", #endif -#if __WXDEBUG__ +#ifdef __WXDEBUG__ _T(" Debug build"), #else _T(""),