Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e7553b56
Commit
e7553b56
authored
Mar 12, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 12, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Moved htmldoc5.c content into htmldoc3.c.
parent
a3e5676c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
2 deletions
+0
-2
Makefile.in
dlls/mshtml/Makefile.in
+0
-1
htmldoc.c
dlls/mshtml/htmldoc.c
+0
-1
htmldoc3.c
dlls/mshtml/htmldoc3.c
+0
-0
htmldoc5.c
dlls/mshtml/htmldoc5.c
+0
-0
No files found.
dlls/mshtml/Makefile.in
View file @
e7553b56
...
...
@@ -15,7 +15,6 @@ C_SRCS = \
htmlcurstyle.c
\
htmldoc.c
\
htmldoc3.c
\
htmldoc5.c
\
htmlelem.c
\
htmlelem2.c
\
htmlelem3.c
\
...
...
dlls/mshtml/htmldoc.c
View file @
e7553b56
...
...
@@ -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
);
...
...
dlls/mshtml/htmldoc3.c
View file @
e7553b56
This diff is collapsed.
Click to expand it.
dlls/mshtml/htmldoc5.c
deleted
100644 → 0
View file @
a3e5676c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment