Commit 07ee5cb3 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Add ISVGSVGElement stub implementation.

parent 55ea9b37
......@@ -131,6 +131,7 @@ typedef struct EventTarget EventTarget;
XDIID(DispHTMLW3CComputedStyle) \
XDIID(DispHTMLWindow2) \
XDIID(DispHTMLXMLHttpRequest) \
XDIID(DispSVGSVGElement) \
XDIID(HTMLDocumentEvents) \
XDIID(HTMLElementEvents2) \
XIID(IDOMCustomEvent) \
......@@ -247,7 +248,8 @@ typedef struct EventTarget EventTarget;
XIID(IHTMLXMLHttpRequestFactory) \
XIID(IOmHistory) \
XIID(IOmNavigator) \
XIID(ISVGElement)
XIID(ISVGElement) \
XIID(ISVGSVGElement)
typedef enum {
#define XIID(iface) iface ## _tid,
......
......@@ -445,6 +445,7 @@ static const IID * const generic_iids[] = {
static const IID * const svg_iids[] = {
ELEM_IFACES,
&IID_ISVGElement,
&IID_ISVGSVGElement,
NULL
};
......
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