Michael Jung wrote:
This fixes msxml3 compilation on debian sarge, if libxml2-dev headers are not installed. I've imitated Mike's scheme from domdoc.c.
Thanks for fixing this.
+HRESULT DOMElement_create( IXMLDOMElement** DOMElement, void* xmldoc )
You shouldn't need this stub, because the function will only be used if HAVE_LIBXML2 is defined in domdoc.c
Mike