From: Zhiyi Zhang zzhang@codeweavers.com
--- dlls/combase/roapi.c | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/dlls/combase/roapi.c b/dlls/combase/roapi.c index ca45883f5d2..73af24d55ac 100644 --- a/dlls/combase/roapi.c +++ b/dlls/combase/roapi.c @@ -195,6 +195,10 @@ HRESULT WINAPI DECLSPEC_HOTPATCH RoGetActivationFactory(HSTRING classid, REFIID } IActivationFactory_Release(factory); } + else + { + ERR("Class %s not found in %s, hr %#lx.\n", wine_dbgstr_hstring(classid), debugstr_w(library), hr); + }
done: free(library);