From 1615497233c7e01285a642414bf8f32f989d3223 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Mon, 13 Nov 2006 15:09:10 +0000 Subject: [PATCH] msxml3: Add a guard around DOMNodeType just like in the PSDK, so that we can include version 2 and version 3 msxml headers simultaneously. --- include/msxml2.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/msxml2.idl b/include/msxml2.idl index b39469904ff..dc50aad0de4 100644 --- a/include/msxml2.idl +++ b/include/msxml2.idl @@ -47,6 +47,7 @@ interface IXTLRuntime; interface IXSLTemplate; interface IXSLProcessor; +cpp_quote("#ifndef __WIDL_XMLDOM_H") typedef enum tagDOMNodeType { NODE_INVALID = 0, @@ -63,6 +64,7 @@ typedef enum tagDOMNodeType NODE_DOCUMENT_FRAGMENT = 11, NODE_NOTATION = 12 } DOMNodeType; +cpp_quote("#endif /* __WIDL_XMLDOM_H */") [ local,