mshtml: Pump messages of all windows in test_download.

We have to pump Gecko windows' messages to correctly support loading documents.
oldstable
Jacek Caban 2007-06-10 11:41:25 +02:00 committed by Alexandre Julliard
parent 1e2ec94325
commit ef93de1671
1 changed files with 1 additions and 1 deletions

View File

@ -2291,7 +2291,7 @@ static void test_download(BOOL verb_done, BOOL css_dwl)
SET_EXPECT(Exec_HTTPEQUIV_DONE);
expect_status_text = (LPWSTR)0xdeadbeef; /* TODO */
while(!called_Exec_HTTPEQUIV_DONE && GetMessage(&msg, hwnd, 0, 0)) {
while(!called_Exec_HTTPEQUIV_DONE && GetMessage(&msg, NULL, 0, 0)) {
TranslateMessage(&msg);
DispatchMessage(&msg);
}