Module: wine Branch: master Commit: 25bce451af3d6c9b9608251993912e7423ede5e6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=25bce451af3d6c9b9608251993...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Mon Aug 30 01:31:07 2010 +0400
msxml6: Add stub msxml6, forward DOMDocument60 creation to msxml3.
---
configure | 1 + configure.ac | 1 + dlls/msxml3/factory.c | 13 +- dlls/msxml3/uuid.c | 1 + dlls/msxml6/Makefile.in | 13 ++ dlls/msxml6/main.c | 39 +++++ dlls/msxml6/msxml6.spec | 4 + dlls/msxml6/regsvr.c | 407 +++++++++++++++++++++++++++++++++++++++++++++++ tools/wine.inf.in | 1 + 9 files changed, 475 insertions(+), 5 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=25bce451af3d6c9b960825...