Commit 256bd453 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Added IDispatchEx support for IHTMLStyle5 and IHTMLStyle6 ifaces.

parent b9d425e7
......@@ -3072,6 +3072,8 @@ static const tid_t HTMLStyle_iface_tids[] = {
IHTMLStyle2_tid,
IHTMLStyle3_tid,
IHTMLStyle4_tid,
IHTMLStyle5_tid,
IHTMLStyle6_tid,
0
};
static dispex_static_data_t HTMLStyle_dispex = {
......
......@@ -153,6 +153,8 @@ typedef struct event_target_t event_target_t;
XIID(IHTMLStyle2) \
XIID(IHTMLStyle3) \
XIID(IHTMLStyle4) \
XIID(IHTMLStyle5) \
XIID(IHTMLStyle6) \
XIID(IHTMLStyleElement) \
XIID(IHTMLStyleSheetsCollection) \
XIID(IHTMLTable) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment