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

mshtml: Merge htmldoc3.c into htmldoc.c.

parent b02129aa
......@@ -14,7 +14,6 @@ C_SRCS = \
htmlcomment.c \
htmlcurstyle.c \
htmldoc.c \
htmldoc3.c \
htmlelem.c \
htmlelem2.c \
htmlelem3.c \
......
......@@ -760,8 +760,6 @@ HRESULT create_history(HTMLInnerWindow*,OmHistory**) DECLSPEC_HIDDEN;
HRESULT create_storage(IHTMLStorage**) DECLSPEC_HIDDEN;
void HTMLDocument_HTMLDocument3_Init(HTMLDocument*) DECLSPEC_HIDDEN;
void HTMLDocument_HTMLDocument5_Init(HTMLDocument*) DECLSPEC_HIDDEN;
void HTMLDocument_Persist_Init(HTMLDocument*) DECLSPEC_HIDDEN;
void HTMLDocument_OleCmd_Init(HTMLDocument*) DECLSPEC_HIDDEN;
void HTMLDocument_OleObj_Init(HTMLDocument*) DECLSPEC_HIDDEN;
......
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