mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
mshtml: Use IHTMLElement3 in IDispatchEx.
This commit is contained in:
parent
f462e4140f
commit
9306e9b657
@ -180,6 +180,7 @@ static const tid_t HTMLCommentElement_iface_tids[] = {
|
||||
IHTMLDOMNode2_tid,
|
||||
IHTMLElement_tid,
|
||||
IHTMLElement2_tid,
|
||||
IHTMLElement3_tid,
|
||||
IHTMLCommentElement_tid,
|
||||
0
|
||||
};
|
||||
|
@ -1369,6 +1369,7 @@ static const tid_t HTMLElement_iface_tids[] = {
|
||||
IHTMLDOMNode2_tid,
|
||||
IHTMLElement_tid,
|
||||
IHTMLElement2_tid,
|
||||
IHTMLElement3_tid,
|
||||
0
|
||||
};
|
||||
|
||||
|
@ -157,7 +157,7 @@ static const tid_t HTMLGenericElement_iface_tids[] = {
|
||||
IHTMLDOMNode2_tid,
|
||||
IHTMLElement_tid,
|
||||
IHTMLElement2_tid,
|
||||
IHTMLElement2_tid,
|
||||
IHTMLElement3_tid,
|
||||
IHTMLGenericElement_tid,
|
||||
0
|
||||
};
|
||||
|
@ -567,6 +567,7 @@ static const tid_t HTMLImgElement_iface_tids[] = {
|
||||
IHTMLDOMNode2_tid,
|
||||
IHTMLElement_tid,
|
||||
IHTMLElement2_tid,
|
||||
IHTMLElement3_tid,
|
||||
IHTMLImgElement_tid,
|
||||
0
|
||||
};
|
||||
|
@ -1090,6 +1090,7 @@ static const tid_t HTMLInputElement_iface_tids[] = {
|
||||
IHTMLDOMNode2_tid,
|
||||
IHTMLElement_tid,
|
||||
IHTMLElement2_tid,
|
||||
IHTMLElement3_tid,
|
||||
IHTMLInputElement_tid,
|
||||
0
|
||||
};
|
||||
|
@ -328,6 +328,7 @@ static const tid_t HTMLOptionElement_iface_tids[] = {
|
||||
IHTMLDOMNode2_tid,
|
||||
IHTMLElement_tid,
|
||||
IHTMLElement2_tid,
|
||||
IHTMLElement3_tid,
|
||||
IHTMLOptionElement_tid,
|
||||
0
|
||||
};
|
||||
|
@ -468,6 +468,7 @@ static const tid_t HTMLSelectElement_tids[] = {
|
||||
IHTMLDOMNode2_tid,
|
||||
IHTMLElement_tid,
|
||||
IHTMLElement2_tid,
|
||||
IHTMLElement3_tid,
|
||||
IHTMLSelectElement_tid,
|
||||
0
|
||||
};
|
||||
|
@ -562,6 +562,7 @@ static const tid_t HTMLTable_iface_tids[] = {
|
||||
IHTMLDOMNode2_tid,
|
||||
IHTMLElement_tid,
|
||||
IHTMLElement2_tid,
|
||||
IHTMLElement3_tid,
|
||||
IHTMLTable_tid,
|
||||
0
|
||||
};
|
||||
|
@ -305,6 +305,7 @@ static const tid_t HTMLTableRow_iface_tids[] = {
|
||||
IHTMLDOMNode2_tid,
|
||||
IHTMLElement_tid,
|
||||
IHTMLElement2_tid,
|
||||
IHTMLElement3_tid,
|
||||
IHTMLTableRow_tid,
|
||||
0
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user