Commit 0c206b94 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

Fixed msxml compilation when libxml2 is not available.

parent 7eb982a4
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment