Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
1e4cd8f5
Commit
1e4cd8f5
authored
Nov 12, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Nov 13, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Moved IHTMLElement2 implementation to htmlelem.c.
parent
41e3de93
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
htmlelem.c
dlls/mshtml/htmlelem.c
+0
-0
htmlelem2.c
dlls/mshtml/htmlelem2.c
+0
-0
mshtml_private.h
dlls/mshtml/mshtml_private.h
+0
-1
No files found.
dlls/mshtml/Makefile.in
View file @
1e4cd8f5
...
...
@@ -15,7 +15,6 @@ C_SRCS = \
htmlcurstyle.c
\
htmldoc.c
\
htmlelem.c
\
htmlelem2.c
\
htmlelem3.c
\
htmlelemcol.c
\
htmlembed.c
\
...
...
dlls/mshtml/htmlelem.c
View file @
1e4cd8f5
This diff is collapsed.
Click to expand it.
dlls/mshtml/htmlelem2.c
deleted
100644 → 0
View file @
41e3de93
This diff is collapsed.
Click to expand it.
dlls/mshtml/mshtml_private.h
View file @
1e4cd8f5
...
...
@@ -939,7 +939,6 @@ HRESULT HTMLGenericElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLEleme
void
HTMLDOMNode_Init
(
HTMLDocumentNode
*
,
HTMLDOMNode
*
,
nsIDOMNode
*
)
DECLSPEC_HIDDEN
;
void
HTMLElement_Init
(
HTMLElement
*
,
HTMLDocumentNode
*
,
nsIDOMHTMLElement
*
,
dispex_static_data_t
*
)
DECLSPEC_HIDDEN
;
void
HTMLElement2_Init
(
HTMLElement
*
)
DECLSPEC_HIDDEN
;
void
HTMLElement3_Init
(
HTMLElement
*
)
DECLSPEC_HIDDEN
;
void
HTMLTextContainer_Init
(
HTMLTextContainer
*
,
HTMLDocumentNode
*
,
nsIDOMHTMLElement
*
,
dispex_static_data_t
*
)
DECLSPEC_HIDDEN
;
void
HTMLFrameBase_Init
(
HTMLFrameBase
*
,
HTMLDocumentNode
*
,
nsIDOMHTMLElement
*
,
dispex_static_data_t
*
)
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