[PATCH v2 3/3] dhtmled.ocx: Remove IDHTMLSafe interface from DHTMLEdit object

Alex Henrie alexhenrie24 at gmail.com
Fri Feb 9 00:55:57 CST 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
Testing reveals that querying for IDHTMLSafe only works on DHTMLSafe
objects.

 dlls/dhtmled.ocx/edit.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/dhtmled.ocx/edit.c b/dlls/dhtmled.ocx/edit.c
index 1da0890dbc..874b6554e5 100644
--- a/dlls/dhtmled.ocx/edit.c
+++ b/dlls/dhtmled.ocx/edit.c
@@ -63,7 +63,6 @@ static HRESULT dhtml_edit_qi(DHTMLEditImpl *This, REFIID iid, void **out)
 
     if (IsEqualGUID(iid, &IID_IUnknown) ||
         IsEqualGUID(iid, &IID_IDispatch) ||
-        IsEqualGUID(iid, &IID_IDHTMLSafe) ||
         IsEqualGUID(iid, &IID_IDHTMLEdit))
     {
         dhtml_edit_addref(This);
-- 
2.16.1




More information about the wine-devel mailing list