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
1ee46d48
Commit
1ee46d48
authored
Sep 30, 2008
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 01, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Don't use IHTMLControlElement in IDispatchEx implementations.
parent
630252c1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
dispex.c
dlls/mshtml/dispex.c
+0
-1
htmlbody.c
dlls/mshtml/htmlbody.c
+0
-1
mshtml_private.h
dlls/mshtml/mshtml_private.h
+0
-1
No files found.
dlls/mshtml/dispex.c
View file @
1ee46d48
...
@@ -84,7 +84,6 @@ static REFIID tid_ids[] = {
...
@@ -84,7 +84,6 @@ static REFIID tid_ids[] = {
&
IID_IHTMLBodyElement
,
&
IID_IHTMLBodyElement
,
&
IID_IHTMLBodyElement2
,
&
IID_IHTMLBodyElement2
,
&
IID_IHTMLCommentElement
,
&
IID_IHTMLCommentElement
,
&
IID_IHTMLControlElement
,
&
IID_IHTMLDocument2
,
&
IID_IHTMLDocument2
,
&
IID_IHTMLDocument3
,
&
IID_IHTMLDocument3
,
&
IID_IHTMLDocument4
,
&
IID_IHTMLDocument4
,
...
...
dlls/mshtml/htmlbody.c
View file @
1ee46d48
...
@@ -669,7 +669,6 @@ static const NodeImplVtbl HTMLBodyElementImplVtbl = {
...
@@ -669,7 +669,6 @@ static const NodeImplVtbl HTMLBodyElementImplVtbl = {
static
const
tid_t
HTMLBodyElement_iface_tids
[]
=
{
static
const
tid_t
HTMLBodyElement_iface_tids
[]
=
{
IHTMLBodyElement_tid
,
IHTMLBodyElement_tid
,
IHTMLBodyElement2_tid
,
IHTMLBodyElement2_tid
,
IHTMLControlElement_tid
,
IHTMLDOMNode_tid
,
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement_tid
,
...
...
dlls/mshtml/mshtml_private.h
View file @
1ee46d48
...
@@ -80,7 +80,6 @@ typedef enum {
...
@@ -80,7 +80,6 @@ typedef enum {
IHTMLBodyElement_tid
,
IHTMLBodyElement_tid
,
IHTMLBodyElement2_tid
,
IHTMLBodyElement2_tid
,
IHTMLCommentElement_tid
,
IHTMLCommentElement_tid
,
IHTMLControlElement_tid
,
IHTMLDocument2_tid
,
IHTMLDocument2_tid
,
IHTMLDocument3_tid
,
IHTMLDocument3_tid
,
IHTMLDocument4_tid
,
IHTMLDocument4_tid
,
...
...
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