25 May
2007
25 May
'07
2:43 p.m.
Module: wine Branch: master Commit: f5e9a1ea6f6eb7e750ff09060937ea91012b8985 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f5e9a1ea6f6eb7e750ff090609... Author: James Hawkins <truiken(a)gmail.com> Date: Thu May 24 11:13:06 2007 -0700 msxml3: Add initial implementation of IXMLDocument. --- dlls/msxml3/Makefile.in | 1 + dlls/msxml3/factory.c | 10 +- dlls/msxml3/msxml_private.h | 1 + dlls/msxml3/xmldoc.c | 655 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 666 insertions(+), 1 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f5e9a1ea6f6eb7e750ff09...