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
ad7fc048
Commit
ad7fc048
authored
Mar 05, 2009
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Mar 05, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Add missing IHTMLCurrentStyle IDispatchEx ids.
parent
c58b8f28
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
dispex.c
dlls/mshtml/dispex.c
+3
-0
htmlcurstyle.c
dlls/mshtml/htmlcurstyle.c
+3
-0
mshtml_private.h
dlls/mshtml/mshtml_private.h
+3
-0
No files found.
dlls/mshtml/dispex.c
View file @
ad7fc048
...
...
@@ -88,6 +88,9 @@ static REFIID tid_ids[] = {
&
IID_IHTMLBodyElement2
,
&
IID_IHTMLCommentElement
,
&
IID_IHTMLCurrentStyle
,
&
IID_IHTMLCurrentStyle2
,
&
IID_IHTMLCurrentStyle3
,
&
IID_IHTMLCurrentStyle4
,
&
IID_IHTMLDocument2
,
&
IID_IHTMLDocument3
,
&
IID_IHTMLDocument4
,
...
...
dlls/mshtml/htmlcurstyle.c
View file @
ad7fc048
...
...
@@ -874,6 +874,9 @@ static const IHTMLCurrentStyleVtbl HTMLCurrentStyleVtbl = {
static
const
tid_t
HTMLCurrentStyle_iface_tids
[]
=
{
IHTMLCurrentStyle_tid
,
IHTMLCurrentStyle2_tid
,
IHTMLCurrentStyle3_tid
,
IHTMLCurrentStyle4_tid
,
0
};
static
dispex_static_data_t
HTMLCurrentStyle_dispex
=
{
...
...
dlls/mshtml/mshtml_private.h
View file @
ad7fc048
...
...
@@ -84,6 +84,9 @@ typedef enum {
IHTMLBodyElement2_tid
,
IHTMLCommentElement_tid
,
IHTMLCurrentStyle_tid
,
IHTMLCurrentStyle2_tid
,
IHTMLCurrentStyle3_tid
,
IHTMLCurrentStyle4_tid
,
IHTMLDocument2_tid
,
IHTMLDocument3_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