Commit 1c9d435e authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Prevent crash using CJK locale but no input method.

parent 5d460f27
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment