mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
[PSDK]
Add midl compatible include guard svn path=/trunk/; revision=52386
This commit is contained in:
@@ -107,9 +107,9 @@ interface ISchemaNotation;
|
||||
cpp_quote("#define DOMDocument DOMDocument2")
|
||||
cpp_quote("#define CLSID_DOMDocument CLSID_DOMDocument2")
|
||||
|
||||
cpp_quote("#ifndef __WIDL_XMLDOM_H")
|
||||
typedef enum tagDOMNodeType
|
||||
{
|
||||
cpp_quote("#if !defined(__WIDL_XMLDOM_H) && !defined(__xmldom_h__)")
|
||||
typedef enum tagDOMNodeType
|
||||
{
|
||||
NODE_INVALID = 0,
|
||||
NODE_ELEMENT = 1,
|
||||
NODE_ATTRIBUTE = 2,
|
||||
|
||||
@@ -113,7 +113,7 @@ interface ISchemaNotation;
|
||||
cpp_quote("#define DOMDocument DOMDocument2")
|
||||
cpp_quote("#define CLSID_DOMDocument CLSID_DOMDocument2")
|
||||
|
||||
cpp_quote("#ifndef __WIDL_XMLDOM_H")
|
||||
cpp_quote("#if !defined(__WIDL_XMLDOM_H) && !defined(__xmldom_h__)")
|
||||
typedef enum tagDOMNodeType
|
||||
{
|
||||
NODE_INVALID = 0,
|
||||
|
||||
Reference in New Issue
Block a user