msxml3: Silence urlmon query failures for IXMLDocument.
This commit is contained in:
parent
657f64dd06
commit
514a5c091f
|
@ -253,7 +253,7 @@ static HRESULT WINAPI bsc_QueryInterface(
|
|||
return S_OK;
|
||||
}
|
||||
|
||||
FIXME("interface %s not implemented\n", debugstr_guid(riid));
|
||||
TRACE("interface %s not implemented\n", debugstr_guid(riid));
|
||||
return E_NOINTERFACE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue