From 50e08f9d2ffe18437dce14a5b8cc5385f5e51e80 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 22 Mar 2009 20:51:54 +0000 Subject: [PATCH] fix compilation breaking typo in recent commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.45.2