mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[WINSPOOL] QS_SENDMESSAGE|QS_ALLEVENTS == QS_ALLINPUT, so use the latter instead.
This commit is contained in:
parent
d78a5b6dbf
commit
7c8c9e1aba
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ StartPortThread( LPWSTR pName, HWND hWnd, LPWSTR pPortName, PPfpFunction fpFunct
|
|||
|
||||
CloseHandle( htHandle );
|
||||
|
||||
while ( MsgWaitForMultipleObjects( 1, &PortThreadInfo.hEvent, FALSE, INFINITE, QS_SENDMESSAGE|QS_ALLEVENTS ) == 1 )
|
||||
while ( MsgWaitForMultipleObjects( 1, &PortThreadInfo.hEvent, FALSE, INFINITE, QS_ALLINPUT ) == 1 )
|
||||
{
|
||||
while ( PeekMessageW( &Msg, NULL, 0, 0, PM_REMOVE ) )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue