Commit 2556173f authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

msi: Use MsgWaitForMultipleObjectsEx to do waits.

parent 219b987f
......@@ -3787,7 +3787,7 @@ void msi_dialog_check_messages( HANDLE handle )
if( uiThreadId != GetCurrentThreadId() )
{
if( handle )
WaitForSingleObject( handle, INFINITE );
MsgWaitForMultipleObjectsEx( 1, &handle, INFINITE, 0, 0 );
return;
}
......
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