mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 09:01:59 +00:00
Prevent crash using CJK locale but no input method.
This commit is contained in:
parent
5d460f2761
commit
1c9d435ee3
@ -1050,6 +1050,9 @@ BOOL WINAPI ImmNotifyIME(
|
||||
FIXME("(%p, %ld, %ld, %ld): stub\n",
|
||||
hIMC, dwAction, dwIndex, dwValue);
|
||||
|
||||
if (!root_context)
|
||||
return rc;
|
||||
|
||||
switch(dwAction)
|
||||
{
|
||||
case NI_CHANGECANDIDATELIST:
|
||||
|
Loading…
x
Reference in New Issue
Block a user