"ByeongSik Jeon" <[EMAIL PROTECTED]> wrote:

> --- a/dlls/user32/tests/msg.c
> +++ b/dlls/user32/tests/msg.c
> @@ -10156,7 +10156,7 @@ static const struct message wm_lb_click_0[] =
>      { HCBT_SETFOCUS, hook },
>      { WM_KILLFOCUS, sent|parent },
>      { WM_IME_SETCONTEXT, sent|wparam|optional|parent, 0 },
> -    { WM_IME_SETCONTEXT, sent|wparam|optional, 1 },
> +    { WM_IME_SETCONTEXT, sent|wparam|defwinproc|optional, 1 },

Did you test this change under Windows? At the time I've added this test
it passed cleanly under up to date XP SP2.

-- 
Dmitry.


Reply via email to