msxml3: Silence QueryInterface FIXME.

This commit is contained in:
Jacek Caban 2011-02-16 11:26:57 +01:00 committed by Alexandre Julliard
parent 5624ece30d
commit e703763e51
1 changed files with 2 additions and 1 deletions

View File

@ -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;
} }