Module: wine Branch: refs/heads/master Commit: 2827e7bbb67576ce69820bc825c7fbfd23bbde70 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2827e7bbb67576ce69820bc8...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Fri Jun 2 01:40:14 2006 +0900
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 | 186 +++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 147 insertions(+), 39 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=2827e7bbb67576ce6982...