Alexandre Julliard : mxsml3: Use the bundled libxml2 and libxslt and build with msvcrt.

Alexandre Julliard julliard at winehq.org
Wed Oct 20 15:58:40 CDT 2021


Module: wine
Branch: master
Commit: bca1b7f2faeb0798f4af420c15ff5a1b1f7b40af
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=bca1b7f2faeb0798f4af420c15ff5a1b1f7b40af

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Oct 20 11:39:06 2021 +0200

mxsml3: Use the bundled libxml2 and libxslt and build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                   | 454 --------------------------------------------
 configure.ac                |  51 -----
 dlls/msxml3/Makefile.in     |   7 +-
 dlls/msxml3/attribute.c     |  14 +-
 dlls/msxml3/cdata.c         |  12 +-
 dlls/msxml3/comment.c       |  12 +-
 dlls/msxml3/dispex.c        |   6 +-
 dlls/msxml3/docfrag.c       |  12 +-
 dlls/msxml3/doctype.c       |  12 +-
 dlls/msxml3/domdoc.c        |  61 +-----
 dlls/msxml3/element.c       |  30 ++-
 dlls/msxml3/entityref.c     |  12 +-
 dlls/msxml3/factory.c       |   8 +-
 dlls/msxml3/httprequest.c   |  33 ++--
 dlls/msxml3/main.c          | 112 ++---------
 dlls/msxml3/msxml_private.h |  30 +--
 dlls/msxml3/mxnamespace.c   |   8 +-
 dlls/msxml3/mxwriter.c      |   7 +-
 dlls/msxml3/node.c          |  87 ++-------
 dlls/msxml3/nodelist.c      |  12 +-
 dlls/msxml3/nodemap.c       |  12 +-
 dlls/msxml3/pi.c            |  18 +-
 dlls/msxml3/saxreader.c     |  41 ++--
 dlls/msxml3/schema.c        |  56 ++----
 dlls/msxml3/selection.c     |  16 +-
 dlls/msxml3/stylesheet.c    |  15 +-
 dlls/msxml3/text.c          |  14 +-
 dlls/msxml3/xdr.c           |  11 +-
 dlls/msxml3/xmldoc.c        |  25 +--
 dlls/msxml3/xmlelem.c       |  12 +-
 dlls/msxml3/xmlview.c       |   5 +-
 dlls/msxml3/xslpattern.h    |   8 -
 dlls/msxml3/xslpattern.l    |   7 -
 dlls/msxml3/xslpattern.y    |   6 -
 include/config.h.in         |  39 ----
 35 files changed, 150 insertions(+), 1115 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=bca1b7f2faeb0798f4af420c15ff5a1b1f7b40af



More information about the wine-cvs mailing list