Module: wine Branch: master Commit: 73685eb080292cb6c9ba8298cc91e0321a922b1b URL: https://gitlab.winehq.org/wine/wine/-/commit/73685eb080292cb6c9ba8298cc91e03...
Author: Alex Henrie alexhenrie24@gmail.com Date: Sat Feb 17 22:48:26 2024 -0700
msxml3: Use CRT allocation functions.
---
dlls/msxml3/attribute.c | 4 ++-- dlls/msxml3/bsc.c | 4 ++-- dlls/msxml3/cdata.c | 4 ++-- dlls/msxml3/comment.c | 4 ++-- dlls/msxml3/dispex.c | 19 +++++++-------- dlls/msxml3/docfrag.c | 4 ++-- dlls/msxml3/doctype.c | 4 ++-- dlls/msxml3/domdoc.c | 58 ++++++++++++++++++++++----------------------- dlls/msxml3/domimpl.c | 4 ++-- dlls/msxml3/element.c | 44 +++++++++++++++++----------------- dlls/msxml3/entityref.c | 4 ++-- dlls/msxml3/factory.c | 6 ++--- dlls/msxml3/httprequest.c | 34 +++++++++++++------------- dlls/msxml3/main.c | 8 +++---- dlls/msxml3/msxml_dispex.h | 1 - dlls/msxml3/msxml_private.h | 7 +++--- dlls/msxml3/mxnamespace.c | 22 ++++++++--------- dlls/msxml3/mxwriter.c | 42 ++++++++++++++++---------------- dlls/msxml3/node.c | 32 ++++++++++++------------- dlls/msxml3/nodelist.c | 4 ++-- dlls/msxml3/nodemap.c | 4 ++-- dlls/msxml3/parseerror.c | 4 ++-- dlls/msxml3/pi.c | 14 +++++------ dlls/msxml3/schema.c | 46 +++++++++++++++++------------------ dlls/msxml3/selection.c | 10 ++++---- dlls/msxml3/stylesheet.c | 14 +++++------ dlls/msxml3/text.c | 4 ++-- dlls/msxml3/xmldoc.c | 4 ++-- dlls/msxml3/xmlelem.c | 18 +++++++------- dlls/msxml3/xmlparser.c | 5 ++-- dlls/msxml3/xmlview.c | 18 +++++++------- 31 files changed, 223 insertions(+), 227 deletions(-)