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
f2676d37
Commit
f2676d37
authored
Mar 13, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 13, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Merge htmldoc3.c into htmldoc.c.
parent
b02129aa
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
3 deletions
+0
-3
Makefile.in
dlls/mshtml/Makefile.in
+0
-1
htmldoc.c
dlls/mshtml/htmldoc.c
+0
-0
htmldoc3.c
dlls/mshtml/htmldoc3.c
+0
-0
mshtml_private.h
dlls/mshtml/mshtml_private.h
+0
-2
No files found.
dlls/mshtml/Makefile.in
View file @
f2676d37
...
...
@@ -14,7 +14,6 @@ C_SRCS = \
htmlcomment.c
\
htmlcurstyle.c
\
htmldoc.c
\
htmldoc3.c
\
htmlelem.c
\
htmlelem2.c
\
htmlelem3.c
\
...
...
dlls/mshtml/htmldoc.c
View file @
f2676d37
This diff is collapsed.
Click to expand it.
dlls/mshtml/htmldoc3.c
deleted
100644 → 0
View file @
b02129aa
This diff is collapsed.
Click to expand it.
dlls/mshtml/mshtml_private.h
View file @
f2676d37
...
...
@@ -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
;
...
...
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