mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Try to fix build
svn path=/trunk/; revision=32275
This commit is contained in:
@@ -50,7 +50,7 @@ interface IXSLProcessor;
|
||||
cpp_quote("#define DOMDocument DOMDocument2")
|
||||
cpp_quote("#define CLSID_DOMDocument CLSID_DOMDocument2")
|
||||
|
||||
cpp_quote("#ifndef __WIDL_XMLDOM_H")
|
||||
cpp_quote("#ifndef __xmldom_h__")
|
||||
typedef enum tagDOMNodeType
|
||||
{
|
||||
NODE_INVALID = 0,
|
||||
@@ -67,7 +67,7 @@ typedef enum tagDOMNodeType
|
||||
NODE_DOCUMENT_FRAGMENT = 11,
|
||||
NODE_NOTATION = 12
|
||||
} DOMNodeType;
|
||||
cpp_quote("#endif /* __WIDL_XMLDOM_H */")
|
||||
cpp_quote("#endif /* __xmldom_h__ */")
|
||||
|
||||
[
|
||||
local,
|
||||
|
||||
Reference in New Issue
Block a user