msi: Wake dialog on messages from external threads.
This commit is contained in:
parent
38f2ba23f1
commit
88cc410fd6
|
@ -2598,7 +2598,7 @@ UINT msi_dialog_run_message_loop( msi_dialog *dialog )
|
|||
{
|
||||
while( !dialog->finished )
|
||||
{
|
||||
MsgWaitForMultipleObjects( 0, NULL, 0, INFINITE, QS_ALLEVENTS );
|
||||
MsgWaitForMultipleObjects( 0, NULL, 0, INFINITE, QS_ALLINPUT );
|
||||
msi_process_pending_messages( dialog->hwnd );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue