Commit 1554cbc4 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msxml3: Make failing Locator QI a warning.

parent 54df4811
...@@ -1941,7 +1941,7 @@ static HRESULT WINAPI isaxlocator_QueryInterface(ISAXLocator* iface, REFIID riid ...@@ -1941,7 +1941,7 @@ static HRESULT WINAPI isaxlocator_QueryInterface(ISAXLocator* iface, REFIID riid
} }
else else
{ {
FIXME("interface %s not implemented\n", debugstr_guid(riid)); WARN("interface %s not implemented\n", debugstr_guid(riid));
return E_NOINTERFACE; 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