mshtml: Add missing IHTMLCurrentStyle IDispatchEx ids.
This commit is contained in:
parent
c58b8f2883
commit
ad7fc048b7
|
@ -88,6 +88,9 @@ static REFIID tid_ids[] = {
|
||||||
&IID_IHTMLBodyElement2,
|
&IID_IHTMLBodyElement2,
|
||||||
&IID_IHTMLCommentElement,
|
&IID_IHTMLCommentElement,
|
||||||
&IID_IHTMLCurrentStyle,
|
&IID_IHTMLCurrentStyle,
|
||||||
|
&IID_IHTMLCurrentStyle2,
|
||||||
|
&IID_IHTMLCurrentStyle3,
|
||||||
|
&IID_IHTMLCurrentStyle4,
|
||||||
&IID_IHTMLDocument2,
|
&IID_IHTMLDocument2,
|
||||||
&IID_IHTMLDocument3,
|
&IID_IHTMLDocument3,
|
||||||
&IID_IHTMLDocument4,
|
&IID_IHTMLDocument4,
|
||||||
|
|
|
@ -874,6 +874,9 @@ static const IHTMLCurrentStyleVtbl HTMLCurrentStyleVtbl = {
|
||||||
|
|
||||||
static const tid_t HTMLCurrentStyle_iface_tids[] = {
|
static const tid_t HTMLCurrentStyle_iface_tids[] = {
|
||||||
IHTMLCurrentStyle_tid,
|
IHTMLCurrentStyle_tid,
|
||||||
|
IHTMLCurrentStyle2_tid,
|
||||||
|
IHTMLCurrentStyle3_tid,
|
||||||
|
IHTMLCurrentStyle4_tid,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
static dispex_static_data_t HTMLCurrentStyle_dispex = {
|
static dispex_static_data_t HTMLCurrentStyle_dispex = {
|
||||||
|
|
|
@ -84,6 +84,9 @@ typedef enum {
|
||||||
IHTMLBodyElement2_tid,
|
IHTMLBodyElement2_tid,
|
||||||
IHTMLCommentElement_tid,
|
IHTMLCommentElement_tid,
|
||||||
IHTMLCurrentStyle_tid,
|
IHTMLCurrentStyle_tid,
|
||||||
|
IHTMLCurrentStyle2_tid,
|
||||||
|
IHTMLCurrentStyle3_tid,
|
||||||
|
IHTMLCurrentStyle4_tid,
|
||||||
IHTMLDocument2_tid,
|
IHTMLDocument2_tid,
|
||||||
IHTMLDocument3_tid,
|
IHTMLDocument3_tid,
|
||||||
IHTMLDocument4_tid,
|
IHTMLDocument4_tid,
|
||||||
|
|
Loading…
Reference in New Issue