mshtml: Merge htmldoc3.c into htmldoc.c.
This commit is contained in:
parent
b02129aa90
commit
f2676d3729
|
@ -14,7 +14,6 @@ C_SRCS = \
|
|||
htmlcomment.c \
|
||||
htmlcurstyle.c \
|
||||
htmldoc.c \
|
||||
htmldoc3.c \
|
||||
htmlelem.c \
|
||||
htmlelem2.c \
|
||||
htmlelem3.c \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue