Alistair Leslie-Hughes : msxml3: Support creating IXMLParser Interface.
Module: wine Branch: master Commit: 5df9ff3aa995f72f4f01289ae66b5908ffe48dca URL: http://source.winehq.org/git/wine.git/?a=commit;h=5df9ff3aa995f72f4f01289ae6... Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Date: Tue Aug 30 20:13:11 2011 +1000 msxml3: Support creating IXMLParser Interface. --- dlls/msxml3/Makefile.in | 5 +- dlls/msxml3/factory.c | 8 + dlls/msxml3/msxml_private.h | 1 + dlls/msxml3/tests/Makefile.in | 3 +- dlls/msxml3/tests/xmlparser.c | 62 ++++++ dlls/msxml3/xmlparser.c | 421 +++++++++++++++++++++++++++++++++++++++++ dlls/msxml3/xmlparser.idl | 24 ++- 7 files changed, 517 insertions(+), 7 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5df9ff3aa995f72f4f0128...
participants (1)
-
Alexandre Julliard