Commit 5487d2c3 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

urlmon: Fixed some tests on IE10.

parent c0cfd44c
......@@ -2437,7 +2437,7 @@ static BOOL file_protocol_start(IInternetProtocol *protocol, LPCWSTR url,
CHECK_CALLED(GetBindInfo);
if(!(bindf & BINDF_FROMURLMON))
CHECK_CALLED(ReportProgress_DIRECTBIND);
CLEAR_CALLED(ReportProgress_DIRECTBIND); /* Not called by IE10 */
if(is_first) {
CHECK_CALLED(ReportProgress_SENDINGREQUEST);
CHECK_CALLED(ReportProgress_CACHEFILENAMEAVAILABLE);
......
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