msi: Use MsgWaitForMultipleObjectsEx to do waits.

oldstable
Vincent Povirk 2011-10-13 13:32:42 -05:00 committed by Alexandre Julliard
parent 219b987fa1
commit 2556173f20
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}