17 May
2013
17 May
'13
5:21 a.m.
Ken Thomases <ken(a)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.