msxml3: Silence QueryInterface FIXME.
This commit is contained in:
parent
5624ece30d
commit
e703763e51
|
@ -505,7 +505,8 @@ static HRESULT WINAPI httprequest_QueryInterface(IXMLHTTPRequest *iface, REFIID
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
FIXME("Unsupported interface %s\n", debugstr_guid(riid));
|
TRACE("Unsupported interface %s\n", debugstr_guid(riid));
|
||||||
|
*ppvObject = NULL;
|
||||||
return E_NOINTERFACE;
|
return E_NOINTERFACE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue