user: Only wait for sent messages in wait_message_reply.

This commit is contained in:
Alexandre Julliard 2006-03-30 16:23:56 +02:00
parent c7a1dfde9f
commit 6280ab29e6
1 changed files with 1 additions and 1 deletions

View File

@ -2148,7 +2148,7 @@ static void wait_message_reply( UINT flags )
ReleaseThunkLock( &dwlc );
res = USER_Driver->pMsgWaitForMultipleObjectsEx( 1, &server_queue,
INFINITE, QS_ALLINPUT, 0 );
INFINITE, QS_SENDMESSAGE, 0 );
if (dwlc) RestoreThunkLock( dwlc );
}
}