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
b5caee22
Commit
b5caee22
authored
Jan 14, 2010
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Added IHTMLIFrameElement IDispatchEx support.
parent
91140222
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
dispex.c
dlls/mshtml/dispex.c
+1
-0
htmliframe.c
dlls/mshtml/htmliframe.c
+1
-0
mshtml_private.h
dlls/mshtml/mshtml_private.h
+1
-0
No files found.
dlls/mshtml/dispex.c
View file @
b5caee22
...
...
@@ -133,6 +133,7 @@ static REFIID tid_ids[] = {
&
IID_IHTMLFrameBase
,
&
IID_IHTMLFrameBase2
,
&
IID_IHTMLGenericElement
,
&
IID_IHTMLIFrameElement
,
&
IID_IHTMLImageElementFactory
,
&
IID_IHTMLImgElement
,
&
IID_IHTMLInputElement
,
...
...
dlls/mshtml/htmliframe.c
View file @
b5caee22
...
...
@@ -262,6 +262,7 @@ static const tid_t HTMLIFrame_iface_tids[] = {
IHTMLElement3_tid
,
IHTMLFrameBase_tid
,
IHTMLFrameBase2_tid
,
IHTMLIFrameElement_tid
,
0
};
...
...
dlls/mshtml/mshtml_private.h
View file @
b5caee22
...
...
@@ -109,6 +109,7 @@ typedef enum {
IHTMLFrameBase_tid
,
IHTMLFrameBase2_tid
,
IHTMLGenericElement_tid
,
IHTMLIFrameElement_tid
,
IHTMLImageElementFactory_tid
,
IHTMLImgElement_tid
,
IHTMLInputElement_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