Vijay Kiran Kamuju : dhtmled.ocx: Fake success in IDHTMLEdit::NewDocument.

Alexandre Julliard julliard at winehq.org
Tue Oct 26 09:40:27 CDT 2021


Module: wine
Branch: stable
Commit: f636870dd841dc68c3eec26a7b8a778359f9816a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f636870dd841dc68c3eec26a7b8a778359f9816a

Author: Vijay Kiran Kamuju <infyquest at gmail.com>
Date:   Sat Apr  3 20:39:50 2021 +0200

dhtmled.ocx: Fake success in IDHTMLEdit::NewDocument.

Signed-off-by: Vijay Kiran Kamuju <infyquest at gmail.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit b87f938c4d68388495ab46bb10be6568c187cfa6)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

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

diff --git a/dlls/dhtmled.ocx/edit.c b/dlls/dhtmled.ocx/edit.c
index e111f0b7979..fc518de7323 100644
--- a/dlls/dhtmled.ocx/edit.c
+++ b/dlls/dhtmled.ocx/edit.c
@@ -191,7 +191,7 @@ static HRESULT WINAPI DHTMLEdit_NewDocument(IDHTMLEdit *iface)
 {
     DHTMLEditImpl *This = impl_from_IDHTMLEdit(iface);
     FIXME("(%p)->() stub\n", This);
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static HRESULT WINAPI DHTMLEdit_LoadURL(IDHTMLEdit *iface, BSTR url)




More information about the wine-cvs mailing list