msxml3: Add IXMLDOMDocument3 stub support.
commit62e521ad0d287526ade34f78c69d400ffe31c3cf
authorNikolay Sivov <nsivov@codeweavers.com>
Sun, 29 Aug 2010 21:31:49 +0000 (30 01:31 +0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 30 Aug 2010 09:28:17 +0000 (30 11:28 +0200)
tree43c0930792611cac6b0486a8d53cb26eedba85de
parent25bce451af3d6c9b9608251993912e7423ede5e6
msxml3: Add IXMLDOMDocument3 stub support.
25 files changed:
dlls/msxml3/attribute.c
dlls/msxml3/bsc.c
dlls/msxml3/cdata.c
dlls/msxml3/comment.c
dlls/msxml3/dispex.c
dlls/msxml3/docfrag.c
dlls/msxml3/domdoc.c
dlls/msxml3/domimpl.c
dlls/msxml3/element.c
dlls/msxml3/entityref.c
dlls/msxml3/httprequest.c
dlls/msxml3/main.c
dlls/msxml3/msxml_private.h
dlls/msxml3/node.c
dlls/msxml3/nodelist.c
dlls/msxml3/nodemap.c
dlls/msxml3/parseerror.c
dlls/msxml3/pi.c
dlls/msxml3/queryresult.c
dlls/msxml3/regsvr.c
dlls/msxml3/saxreader.c
dlls/msxml3/schema.c
dlls/msxml3/text.c
dlls/msxml3/xmldoc.c
dlls/msxml3/xmlelem.c