include: Avoid redefining WSDXML typedefs.
Signed-off-by: Owen Rudge <orudge@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
337a890ee4
commit
b7279badfa
|
@ -18,14 +18,7 @@
|
||||||
|
|
||||||
import "oaidl.idl";
|
import "oaidl.idl";
|
||||||
import "ocidl.idl";
|
import "ocidl.idl";
|
||||||
|
import "wsdxmldom.h";
|
||||||
typedef struct _WSDXML_NAMESPACE WSDXML_NAMESPACE;
|
|
||||||
typedef struct _WSDXML_NAME WSDXML_NAME;
|
|
||||||
typedef struct _WSDXML_TYPE WSDXML_TYPE;
|
|
||||||
typedef struct _WSDXML_ELEMENT WSDXML_ELEMENT;
|
|
||||||
|
|
||||||
typedef const WSDXML_NAMESPACE *PCWSDXML_NAMESPACE;
|
|
||||||
typedef const WSDXML_TYPE *PCWSDXML_TYPE;
|
|
||||||
|
|
||||||
interface IWSDXMLContext;
|
interface IWSDXMLContext;
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,9 @@ typedef struct _WSDXML_ATTRIBUTE WSDXML_ATTRIBUTE;
|
||||||
typedef struct _WSDXML_NODE WSDXML_NODE;
|
typedef struct _WSDXML_NODE WSDXML_NODE;
|
||||||
typedef struct _WSDXML_ELEMENT WSDXML_ELEMENT;
|
typedef struct _WSDXML_ELEMENT WSDXML_ELEMENT;
|
||||||
|
|
||||||
|
typedef const WSDXML_NAMESPACE *PCWSDXML_NAMESPACE;
|
||||||
|
typedef const WSDXML_TYPE *PCWSDXML_TYPE;
|
||||||
|
|
||||||
struct _WSDXML_TYPE
|
struct _WSDXML_TYPE
|
||||||
{
|
{
|
||||||
const WCHAR *Uri;
|
const WCHAR *Uri;
|
||||||
|
|
Loading…
Reference in New Issue