Commit 0f16c149 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

itss: Fixed tests on old IE.

parent dc072e20
......@@ -319,7 +319,7 @@ static HRESULT _protocol_start(unsigned line, IInternetProtocol *protocol, LPCWS
}else {
CHECK_CALLED(GetBindInfo);
if(test_protocol == MK_PROTOCOL)
CHECK_CALLED(ReportProgress_DIRECTBIND);
SET_CALLED(ReportProgress_DIRECTBIND);
CHECK_CALLED(ReportProgress_SENDINGREQUEST);
if(expect_mime)
CHECK_CALLED(ReportProgress_MIMETYPEAVAILABLE);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment