Commit 6280ab29 authored by Alexandre Julliard's avatar Alexandre Julliard

user: Only wait for sent messages in wait_message_reply.

parent c7a1dfde
......@@ -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 );
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment