include: Fixed definition of IXMLDOMComment interface.

This commit is contained in:
Alexandre Julliard 2008-02-25 13:40:49 +01:00
parent dfe23babe2
commit 72cbaa8fbf
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
} }