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( uiThreadId != GetCurrentThreadId() )
|
||||||
{
|
{
|
||||||
if( handle )
|
if( handle )
|
||||||
WaitForSingleObject( handle, INFINITE );
|
MsgWaitForMultipleObjectsEx( 1, &handle, INFINITE, 0, 0 );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user