Re: msxml3: protect DOMElement implementation with HAVE_LIBXML2
Aug. 5, 2005
5:39 a.m.
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
7538
Age (days ago)
7538
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike McCormack