mshtml: Added IHTMLFrameBase IDispatchEx support.
This commit is contained in:
parent
a4deae49b3
commit
f6b89e9f15
|
@ -123,6 +123,7 @@ static REFIID tid_ids[] = {
|
|||
&IID_IHTMLElement4,
|
||||
&IID_IHTMLElementCollection,
|
||||
&IID_IHTMLEventObj,
|
||||
&IID_IHTMLFrameBase,
|
||||
&IID_IHTMLFrameBase2,
|
||||
&IID_IHTMLGenericElement,
|
||||
&IID_IHTMLImgElement,
|
||||
|
|
|
@ -517,6 +517,7 @@ static const tid_t HTMLIFrame_iface_tids[] = {
|
|||
IHTMLElement_tid,
|
||||
IHTMLElement2_tid,
|
||||
IHTMLElement3_tid,
|
||||
IHTMLFrameBase_tid,
|
||||
IHTMLFrameBase2_tid,
|
||||
0
|
||||
};
|
||||
|
|
|
@ -101,6 +101,7 @@ typedef enum {
|
|||
IHTMLElement4_tid,
|
||||
IHTMLElementCollection_tid,
|
||||
IHTMLEventObj_tid,
|
||||
IHTMLFrameBase_tid,
|
||||
IHTMLFrameBase2_tid,
|
||||
IHTMLGenericElement_tid,
|
||||
IHTMLImgElement_tid,
|
||||
|
|
Loading…
Reference in New Issue