From: Vadim Zeitlin Date: Wed, 4 Feb 2009 21:25:00 +0000 (+0000) Subject: another compilation fix to switch in DoYield() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a830dc4832c351b0e13d444a12bcc415678e2559 another compilation fix to switch in DoYield() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 196effa180..342045001a 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -1089,12 +1089,13 @@ bool wxApp::DoYield(bool onlyIfNeeded, long eventsToProcess) case WM_SYSKEYUP: case WM_SYSCHAR: case WM_SYSDEADCHAR: +#ifdef WM_UNICHAR case WM_UNICHAR: +#endif case WM_HOTKEY: case WM_IME_STARTCOMPOSITION: case WM_IME_ENDCOMPOSITION: case WM_IME_COMPOSITION: - case WM_IME_KEYLAST: case WM_COMMAND: case WM_SYSCOMMAND: