mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
Try to fix build
svn path=/trunk/; revision=32275
This commit is contained in:
parent
00d89c1d5d
commit
e09d6952b7
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ interface IXSLProcessor;
|
||||||
cpp_quote("#define DOMDocument DOMDocument2")
|
cpp_quote("#define DOMDocument DOMDocument2")
|
||||||
cpp_quote("#define CLSID_DOMDocument CLSID_DOMDocument2")
|
cpp_quote("#define CLSID_DOMDocument CLSID_DOMDocument2")
|
||||||
|
|
||||||
cpp_quote("#ifndef __WIDL_XMLDOM_H")
|
cpp_quote("#ifndef __xmldom_h__")
|
||||||
typedef enum tagDOMNodeType
|
typedef enum tagDOMNodeType
|
||||||
{
|
{
|
||||||
NODE_INVALID = 0,
|
NODE_INVALID = 0,
|
||||||
|
@ -67,7 +67,7 @@ typedef enum tagDOMNodeType
|
||||||
NODE_DOCUMENT_FRAGMENT = 11,
|
NODE_DOCUMENT_FRAGMENT = 11,
|
||||||
NODE_NOTATION = 12
|
NODE_NOTATION = 12
|
||||||
} DOMNodeType;
|
} DOMNodeType;
|
||||||
cpp_quote("#endif /* __WIDL_XMLDOM_H */")
|
cpp_quote("#endif /* __xmldom_h__ */")
|
||||||
|
|
||||||
[
|
[
|
||||||
local,
|
local,
|
||||||
|
|
Loading…
Reference in a new issue