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
256bd453
Commit
256bd453
authored
Jul 28, 2011
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 28, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Added IDispatchEx support for IHTMLStyle5 and IHTMLStyle6 ifaces.
parent
b9d425e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
htmlstyle.c
dlls/mshtml/htmlstyle.c
+2
-0
mshtml_private.h
dlls/mshtml/mshtml_private.h
+2
-0
No files found.
dlls/mshtml/htmlstyle.c
View file @
256bd453
...
@@ -3072,6 +3072,8 @@ static const tid_t HTMLStyle_iface_tids[] = {
...
@@ -3072,6 +3072,8 @@ static const tid_t HTMLStyle_iface_tids[] = {
IHTMLStyle2_tid
,
IHTMLStyle2_tid
,
IHTMLStyle3_tid
,
IHTMLStyle3_tid
,
IHTMLStyle4_tid
,
IHTMLStyle4_tid
,
IHTMLStyle5_tid
,
IHTMLStyle6_tid
,
0
0
};
};
static
dispex_static_data_t
HTMLStyle_dispex
=
{
static
dispex_static_data_t
HTMLStyle_dispex
=
{
...
...
dlls/mshtml/mshtml_private.h
View file @
256bd453
...
@@ -153,6 +153,8 @@ typedef struct event_target_t event_target_t;
...
@@ -153,6 +153,8 @@ typedef struct event_target_t event_target_t;
XIID(IHTMLStyle2) \
XIID(IHTMLStyle2) \
XIID(IHTMLStyle3) \
XIID(IHTMLStyle3) \
XIID(IHTMLStyle4) \
XIID(IHTMLStyle4) \
XIID(IHTMLStyle5) \
XIID(IHTMLStyle6) \
XIID(IHTMLStyleElement) \
XIID(IHTMLStyleElement) \
XIID(IHTMLStyleSheetsCollection) \
XIID(IHTMLStyleSheetsCollection) \
XIID(IHTMLTable) \
XIID(IHTMLTable) \
...
...
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