[PATCH 2/2] user32/tests: Test that sending WM_CANCELMODE cancels tracking in window's menu bar.

Dmitry Timoshkov dmitry at baikal.ru
Fri May 17 00:21:24 CDT 2013


Ken Thomases <ken at codeweavers.com> wrote:

> dlls/user32/tests/menu.c |   21 ++++++++++++++++++++-

Please add a message test instead, it would much more clearer show what is
going on.

> +    {MSG msg;   while (PeekMessage(&msg, 0, 0, 0, PM_REMOVE)) DispatchMessage(&msg);}

Please avoid creating such embedded blocks.

-- 
Dmitry.



More information about the wine-devel mailing list