Commit 10d3feae authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Remove FIXMEs and fix a typo.

parent ac2aeb6e
......@@ -253,13 +253,6 @@ static HRESULT WINAPI PersistMoniker_Load(IPersistMoniker *iface, BOOL fFullyAva
}
}
/* 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 PersistFileVtbl = {
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment