user32: Replace PeekMessage loops in the PeekMessage test by explicit calls.
authorDmitry Timoshkov <dmitry@codeweavers.com>
Thu, 1 Jun 2006 16:40:14 +0000 (01:40 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 2 Jun 2006 09:21:26 +0000 (11:21 +0200)
commit2827e7bbb67576ce69820bc825c7fbfd23bbde70
tree04e7a478bef2da14fe9550b4894f2dcefb829e9f
parent3174806f864bc66155b4e731ec0b0cb157962086
user32: Replace PeekMessage loops in the PeekMessage test by explicit calls.

Replace all 'while (PeekMessage()) DispatchMessage();' loops in the
PeekMessage test by explicit calls to PeekMessage(), check queue
status and processed messages after each call to see what is going on
behind the scene.
dlls/user/tests/msg.c