[PATCH] wmvcore: add a fixme in WMProfileManager_QueryInterface if interface not found

Louis Lenders xerox.xerox2000x at gmail.com
Tue May 22 08:44:08 CDT 2018


Signed-off-by: Louis Lenders <xerox.xerox2000x at gmail.com>
---
 dlls/wmvcore/wmvcore_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/wmvcore/wmvcore_main.c b/dlls/wmvcore/wmvcore_main.c
index 1b452884f1..690885e861 100644
--- a/dlls/wmvcore/wmvcore_main.c
+++ b/dlls/wmvcore/wmvcore_main.c
@@ -2133,6 +2133,7 @@ static HRESULT WINAPI WMProfileManager_QueryInterface(IWMProfileManager *iface,
         TRACE("(%p)->(IID_IWMProfileManager %p)\n", This, ppv);
         *ppv = &This->IWMProfileManager_iface;
     }else {
+        FIXME("Unsupported iface %s\n", debugstr_guid(riid));
         *ppv = NULL;
         return E_NOINTERFACE;
     }
-- 
2.17.0




More information about the wine-devel mailing list