mshtml: Added IHTMLFrameBase IDispatchEx support.

This commit is contained in:
Jacek Caban 2009-10-13 20:49:34 +02:00 committed by Alexandre Julliard
parent a4deae49b3
commit f6b89e9f15
3 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,7 @@ static REFIID tid_ids[] = {
&IID_IHTMLElement4,
&IID_IHTMLElementCollection,
&IID_IHTMLEventObj,
&IID_IHTMLFrameBase,
&IID_IHTMLFrameBase2,
&IID_IHTMLGenericElement,
&IID_IHTMLImgElement,

View File

@ -517,6 +517,7 @@ static const tid_t HTMLIFrame_iface_tids[] = {
IHTMLElement_tid,
IHTMLElement2_tid,
IHTMLElement3_tid,
IHTMLFrameBase_tid,
IHTMLFrameBase2_tid,
0
};

View File

@ -101,6 +101,7 @@ typedef enum {
IHTMLElement4_tid,
IHTMLElementCollection_tid,
IHTMLEventObj_tid,
IHTMLFrameBase_tid,
IHTMLFrameBase2_tid,
IHTMLGenericElement_tid,
IHTMLImgElement_tid,