[3/3] user32/tests: Add tests for SendInput with unicode

Dmitry Timoshkov dmitry at codeweavers.com
Thu Aug 6 22:45:53 CDT 2009


"Andrew Eikum" <aeikum at codeweavers.com> wrote:

> ---
>  dlls/user32/tests/input.c |  210 
> +++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 210 insertions(+), 0 deletions(-)

It would be more natural and would simplify the code to add these
tests to msg.c.

Also, please try to avoid names like g_keyStatus, lastKeyDown,
UnicodeWndProc and similar. key_status, last_key_down, unicode_wnd_proc
look much more readable.

-- 
Dmitry.



More information about the wine-devel mailing list