Jacek Caban : shdocvw: Return S_OK in IPersistStreamInit::InitNew.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jun 20 16:03:56 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: ac4abb75368dca16de4a33b7f5eec7d15f7a843a
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=ac4abb75368dca16de4a33b7f5eec7d15f7a843a

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Jun 20 19:04:07 2006 +0200

shdocvw: Return S_OK in IPersistStreamInit::InitNew.

---

 dlls/shdocvw/persist.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shdocvw/persist.c b/dlls/shdocvw/persist.c
index 59d70b0..3a08447 100644
--- a/dlls/shdocvw/persist.c
+++ b/dlls/shdocvw/persist.c
@@ -171,7 +171,7 @@ static HRESULT WINAPI PersistStreamInit_
 {
     WebBrowser *This = PERSTRINIT_THIS(iface);
     FIXME("(%p)\n", This);
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 #undef PERSTRINIT_THIS




More information about the wine-cvs mailing list