msi: Use MsgWaitForMultipleObjectsEx to do waits.
This commit is contained in:
parent
219b987fa1
commit
2556173f20
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue