mirror of
https://github.com/reactos/wine.git
synced 2025-01-26 14:05:07 +00:00
Fixed msxml compilation when libxml2 is not available.
This commit is contained in:
parent
7eb982a48d
commit
0c206b940c
@ -39,6 +39,8 @@
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msxml);
|
||||
|
||||
#ifdef HAVE_LIBXML2
|
||||
|
||||
typedef struct _xmlnodemap
|
||||
{
|
||||
const struct IXMLDOMNamedNodeMapVtbl *lpVtbl;
|
||||
@ -279,3 +281,5 @@ HRESULT NodeMap_create( IXMLDOMNamedNodeMap** DomNamedNodeMap, xmlDocPtr xmldoc,
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user