Commit e703763e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

msxml3: Silence QueryInterface FIXME.

parent 5624ece3
......@@ -505,7 +505,8 @@ static HRESULT WINAPI httprequest_QueryInterface(IXMLHTTPRequest *iface, REFIID
}
else
{
FIXME("Unsupported interface %s\n", debugstr_guid(riid));
TRACE("Unsupported interface %s\n", debugstr_guid(riid));
*ppvObject = NULL;
return E_NOINTERFACE;
}
......
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