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
0987f7fd
Commit
0987f7fd
authored
Jan 11, 2016
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 11, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Expose IHTMLUniqueName for IDispatch of all element objects.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
eb54df63
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
htmlanchor.c
dlls/mshtml/htmlanchor.c
+0
-1
htmlbody.c
dlls/mshtml/htmlbody.c
+0
-1
mshtml_private.h
dlls/mshtml/mshtml_private.h
+2
-1
No files found.
dlls/mshtml/htmlanchor.c
View file @
0987f7fd
...
...
@@ -801,7 +801,6 @@ static const NodeImplVtbl HTMLAnchorElementImplVtbl = {
static
const
tid_t
HTMLAnchorElement_iface_tids
[]
=
{
IHTMLAnchorElement_tid
,
HTMLELEMENT_TIDS
,
IHTMLUniqueName_tid
,
0
};
...
...
dlls/mshtml/htmlbody.c
View file @
0987f7fd
...
...
@@ -871,7 +871,6 @@ static const tid_t HTMLBodyElement_iface_tids[] = {
IHTMLBodyElement2_tid
,
HTMLELEMENT_TIDS
,
IHTMLTextContainer_tid
,
IHTMLUniqueName_tid
,
0
};
...
...
dlls/mshtml/mshtml_private.h
View file @
0987f7fd
...
...
@@ -722,7 +722,8 @@ typedef struct {
IHTMLElement_tid, \
IHTMLElement2_tid, \
IHTMLElement3_tid, \
IHTMLElement4_tid
IHTMLElement4_tid, \
IHTMLUniqueName_tid
extern
cp_static_data_t
HTMLElementEvents2_data
DECLSPEC_HIDDEN
;
#define HTMLELEMENT_CPC {&DIID_HTMLElementEvents2, &HTMLElementEvents2_data}
...
...
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