| * This file has no copyright assigned and is placed in the Public Domain. |
| * This file is part of the mingw-w64 runtime package. |
| * No warranty is given; refer to the file DISCLAIMER.PD within this package. |
| #error Please include wsdapi.h instead of this header. This header cannot be used directly. |
| #if (_WIN32_WINNT >= 0x0600) |
| typedef struct _WSDXML_TYPE { |
| typedef const WSDXML_TYPE *PCWSDXML_TYPE; |
| typedef struct _WSDXML_NAMESPACE { |
| const WCHAR *PreferredPrefix; |
| typedef const WSDXML_NAMESPACE *PCWSDXML_NAMESPACE; |
| typedef struct _WSDXML_NAME { |
| typedef struct _WSDXML_NODE { |
| typedef struct _WSDXML_TEXT { |
| typedef struct _WSDXML_ATTRIBUTE { |
| typedef struct _WSDXML_PREFIX_MAPPING { |
| WSDXML_PREFIX_MAPPING *Next; |
| typedef struct _WSDXML_ELEMENT { |
| WSDXML_ATTRIBUTE *FirstAttribute; |
| WSDXML_PREFIX_MAPPING *PrefixMappings; |
| typedef struct _WSDXML_ELEMENT_LIST { |
| WSDXML_ELEMENT_LIST *Next; |
| #endif /*(_WIN32_WINNT >= 0x0600)*/ |
| #endif /*_INC_WSDXMLDOM*/ |