mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 10:43:30 +00:00
msxml3: Silence more failed urlmon interface queries.
This commit is contained in:
parent
b36fe07a4d
commit
1441dc9400
@ -130,7 +130,9 @@ static HRESULT WINAPI BindStatusCallback_QueryInterface(IBindStatusCallback *ifa
|
||||
*ppv = &This->lpHttpNegotiateVtbl;
|
||||
}
|
||||
else if (IsEqualGUID(&IID_IServiceProvider, riid) ||
|
||||
IsEqualGUID(&IID_IBindStatusCallbackEx, riid))
|
||||
IsEqualGUID(&IID_IBindStatusCallbackEx, riid) ||
|
||||
IsEqualGUID(&IID_IInternetProtocol, riid) ||
|
||||
IsEqualGUID(&IID_IHttpNegotiate2, riid))
|
||||
{
|
||||
return E_NOINTERFACE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user