http://bugs.winehq.org/show_bug.cgi?id=16430
tamerlan311 tamerlan311@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tamerlan311@mail.ru
--- Comment #4 from tamerlan311 tamerlan311@mail.ru 2008-12-17 11:29:41 --- (In reply to comment #3)
Can you add a testcase for this?
I don`t undestand how add testcase for this code.
this a simple WindowsMessage without get or set values. Same as WM_CANCELMODE in this message loop.
May be join this 2 messages, but I do not understand what makes this string in WM_CANCELMODE:
/* remove the message from the queue */ PeekMessageW( &msg, 0, msg.message, msg.message, PM_REMOVE );
purge message queue? but why?
In dlls/user32/tests/menu.c I don`t find tests for MENU_TrackMenu function.