Jacek Caban : mshtml: Remove FIXMEs and fix a typo.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Sep 25 14:45:42 CDT 2006


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Sun Sep 24 23:41:01 2006 +0200

mshtml: Remove FIXMEs and fix a typo.

---

 dlls/mshtml/persist.c |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/dlls/mshtml/persist.c b/dlls/mshtml/persist.c
index f2347a0..5b5f01c 100644
--- a/dlls/mshtml/persist.c
+++ b/dlls/mshtml/persist.c
@@ -253,13 +253,6 @@ static HRESULT WINAPI PersistMoniker_Loa
         }
     }
 
-    /* FIXME: Use grfMode */
-
-    if(fFullyAvailable)
-        FIXME("not supported fFullyAvailable\n");
-    if(pibc)
-        FIXME("not supported pibc\n");
-
     set_document_bscallback(This, bscallback);
     hres = start_binding(bscallback);
 
@@ -425,7 +418,7 @@ static const IPersistFileVtbl PersistFil
     PersistFile_GetCurFile
 };
 
-#define PERSTRINIT_THIS(iface) DEFINE_THIS(HTMLDocument, PersistStreamInit, iface);
+#define PERSTRINIT_THIS(iface) DEFINE_THIS(HTMLDocument, PersistStreamInit, iface)
 
 static HRESULT WINAPI PersistStreamInit_QueryInterface(IPersistStreamInit *iface,
                                                        REFIID riid, void **ppv)




More information about the wine-cvs mailing list