include: Fixed definition of IXMLDOMComment interface.
This commit is contained in:
parent
dfe23babe2
commit
72cbaa8fbf
|
@ -550,7 +550,7 @@ oleautomation,
|
||||||
uuid(2933bf88-7b36-11d2-b20e-00c04f983e60),
|
uuid(2933bf88-7b36-11d2-b20e-00c04f983e60),
|
||||||
pointer_default(unique)
|
pointer_default(unique)
|
||||||
]
|
]
|
||||||
interface IXMLDOMComment : IXMLDOMNode
|
interface IXMLDOMComment : IXMLDOMCharacterData
|
||||||
{
|
{
|
||||||
/* empty */
|
/* empty */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue