Louis Lenders : wmvcore: Add a fixme in WMProfileManager_QueryInterface if interface not found.

Alexandre Julliard julliard at winehq.org
Wed May 23 15:52:04 CDT 2018


Module: wine
Branch: master
Commit: 737bbbecd7f70f545849f3de247631fe7ba2a19c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=737bbbecd7f70f545849f3de247631fe7ba2a19c

Author: Louis Lenders <xerox.xerox2000x at gmail.com>
Date:   Tue May 22 15:44:08 2018 +0200

wmvcore: Add a fixme in WMProfileManager_QueryInterface if interface not found.

Signed-off-by: Louis Lenders <xerox.xerox2000x at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 1b45288..690885e 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;
     }




More information about the wine-cvs mailing list