Module: wine Branch: master Commit: 7cc7a6defc08d4de7574b7a75d574c3ab1f32db8 URL: https://gitlab.winehq.org/wine/wine/-/commit/7cc7a6defc08d4de7574b7a75d574c3...
Author: Alex Henrie alexhenrie24@gmail.com Date: Wed Nov 30 22:23:19 2022 -0700
msi: Use the wcsdup function instead of reimplementing it.
---
dlls/msi/action.c | 36 ++++++++++++++++++------------------ dlls/msi/appsearch.c | 18 +++++++++--------- dlls/msi/assembly.c | 6 +++--- dlls/msi/classes.c | 10 +++++----- dlls/msi/cond.y | 4 ++-- dlls/msi/custom.c | 28 ++++++++++++++-------------- dlls/msi/database.c | 14 +++++++------- dlls/msi/dialog.c | 50 +++++++++++++++++++++++++------------------------- dlls/msi/files.c | 24 ++++++++++++------------ dlls/msi/font.c | 6 +++--- dlls/msi/format.c | 8 ++++---- dlls/msi/install.c | 4 ++-- dlls/msi/media.c | 20 ++++++++++---------- dlls/msi/msi.c | 22 +++++++++++----------- dlls/msi/msipriv.h | 10 ---------- dlls/msi/package.c | 16 ++++++++-------- dlls/msi/patch.c | 6 +++--- dlls/msi/record.c | 2 +- dlls/msi/source.c | 4 ++-- dlls/msi/storages.c | 2 +- dlls/msi/table.c | 2 +- 21 files changed, 141 insertions(+), 151 deletions(-)