another compilation fix to switch in DoYield()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
731bcffc6a
commit
a830dc4832
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user