Ken Thomases <k...@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.


Reply via email to