Nikolay Sivov : wshom.ocx: Silence class factory QI fixme.
Module: wine Branch: master Commit: d91ba373b71bf425204281fad1f8b53b5a689023 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d91ba373b71bf425204281fad1... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Thu Feb 19 19:54:25 2015 +0300 wshom.ocx: Silence class factory QI fixme. --- dlls/wshom.ocx/wshom_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wshom.ocx/wshom_main.c b/dlls/wshom.ocx/wshom_main.c index 8400f83..118b6c9 100644 --- a/dlls/wshom.ocx/wshom_main.c +++ b/dlls/wshom.ocx/wshom_main.c @@ -114,7 +114,7 @@ static HRESULT WINAPI ClassFactory_QueryInterface(IClassFactory *iface, REFIID r return S_OK; } - FIXME("(%p)->(%s %p)\n", iface, debugstr_guid(riid), ppv); + WARN("(%p)->(%s %p)\n", iface, debugstr_guid(riid), ppv); return E_NOINTERFACE; }
participants (1)
-
Alexandre Julliard