From: Vadim Zeitlin Date: Sun, 22 Mar 2009 20:51:54 +0000 (+0000) Subject: fix compilation breaking typo in recent commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/50e08f9d2ffe18437dce14a5b8cc5385f5e51e80 fix compilation breaking typo in recent commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/window.cpp b/src/msw/window.cpp index 8bd1598490..7d2be30377 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -6360,7 +6360,7 @@ void wxSetKeyboardHook(bool doIt) #endif // !__WXMICROWIN__ -#if wxDEBUG_LEVEL > =2 +#if wxDEBUG_LEVEL >= 2 const wxChar *wxGetMessageName(int message) { switch ( message )