msxml3: protect DOMElement implementation with HAVE_LIBXML2

Mike McCormack mike at codeweavers.com
Fri Aug 5 05:39:58 CDT 2005


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



More information about the wine-devel mailing list