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",
|
FIXME("(%p, %ld, %ld, %ld): stub\n",
|
||||||
hIMC, dwAction, dwIndex, dwValue);
|
hIMC, dwAction, dwIndex, dwValue);
|
||||||
|
|
||||||
|
if (!root_context)
|
||||||
|
return rc;
|
||||||
|
|
||||||
switch(dwAction)
|
switch(dwAction)
|
||||||
{
|
{
|
||||||
case NI_CHANGECANDIDATELIST:
|
case NI_CHANGECANDIDATELIST:
|
||||||
|
|
Loading…
Reference in New Issue