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
16189147
Commit
16189147
authored
Apr 20, 2017
by
Jacek Caban
Committed by
Alexandre Julliard
Apr 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml.idl: Added HTMLTableCell coclass declaration.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c84111de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
htmltablecell.c
dlls/mshtml/htmltablecell.c
+2
-2
mshtml.idl
include/mshtml.idl
+20
-0
No files found.
dlls/mshtml/htmltablecell.c
View file @
16189147
...
...
@@ -32,13 +32,13 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
mshtml
);
typedef
struct
{
struct
HTMLTableCell
{
HTMLElement
element
;
IHTMLTableCell
IHTMLTableCell_iface
;
nsIDOMHTMLTableCellElement
*
nscell
;
}
HTMLTableCell
;
};
static
inline
HTMLTableCell
*
impl_from_IHTMLTableCell
(
IHTMLTableCell
*
iface
)
{
...
...
include/mshtml.idl
View file @
16189147
...
...
@@ -18472,6 +18472,26 @@ methods:
}
/*****************************************************************************
*
HTMLTableCell
coclass
*/
[
noncreatable
,
uuid
(
3050
f246
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
coclass
HTMLTableCell
{
[
default
]
dispinterface
DispHTMLTableCell
;
[
source
,
default
]
dispinterface
HTMLTextContainerEvents
;
[
source
]
dispinterface
HTMLTextContainerEvents2
;
WINE_HTMLELEMENT_INTERFACES
;
interface
IHTMLControlElement
;
interface
IHTMLTextContainer
;
interface
IHTMLTableCell
;
/*
interface
IHTMLTableCell2
; */
/*
interface
IHTMLTableCell3
; */
}
/*****************************************************************************
*
IHTMLScriptElement
interface
*/
[
...
...
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