Commit e9f3030c authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

imm32: Have IMM class use DefWindowProc.

parent 5a9de7a4
......@@ -2914,6 +2914,6 @@ static LRESULT WINAPI DefIME_WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam,
PostMessageW(immHkl->UIWnd,uMsg,wParam,lParam);
return TRUE;
}
return FALSE;
return DefWindowProcW(hwnd, uMsg, wParam, lParam);
}
}
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