Commit e7553b56 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Moved htmldoc5.c content into htmldoc3.c.

parent a3e5676c
......@@ -15,7 +15,6 @@ C_SRCS = \
htmlcurstyle.c \
htmldoc.c \
htmldoc3.c \
htmldoc5.c \
htmlelem.c \
htmlelem2.c \
htmlelem3.c \
......
......@@ -2145,7 +2145,6 @@ static void init_doc(HTMLDocument *doc, IUnknown *unk_impl, IDispatchEx *dispex)
doc->task_magic = get_task_target_magic();
HTMLDocument_HTMLDocument3_Init(doc);
HTMLDocument_HTMLDocument5_Init(doc);
HTMLDocument_Persist_Init(doc);
HTMLDocument_OleCmd_Init(doc);
HTMLDocument_OleObj_Init(doc);
......
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