mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
user32: Reduce the PeekMessage timeout to zero for USER16_AlertableWait.
This commit is contained in:
parent
01460f6753
commit
5058fabf1e
@ -164,7 +164,7 @@ BOOL16 WINAPI PeekMessage32_16( MSG32_16 *msg16, HWND16 hwnd16,
|
||||
HWND hwnd = WIN_Handle32( hwnd16 );
|
||||
|
||||
if(USER16_AlertableWait)
|
||||
MsgWaitForMultipleObjectsEx( 0, NULL, 1, 0, MWMO_ALERTABLE );
|
||||
MsgWaitForMultipleObjectsEx( 0, NULL, 0, 0, MWMO_ALERTABLE );
|
||||
if (!PeekMessageA( &msg, hwnd, first, last, flags )) return FALSE;
|
||||
|
||||
msg16->msg.time = msg.time;
|
||||
|
Loading…
Reference in New Issue
Block a user