Hans Leidekker : msi: Use wide character string literals in the remaining files.

Alexandre Julliard julliard at winehq.org
Thu Oct 29 16:32:08 CDT 2020


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Thu Oct 29 11:47:14 2020 +0100

msi: Use wide character string literals in the remaining files.

Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msi/appsearch.c  | 101 ++++++++-------------------
 dlls/msi/assembly.c   | 100 +++++++--------------------
 dlls/msi/automation.c |  20 ++----
 dlls/msi/cond.y       |  75 +++++++++-----------
 dlls/msi/custom.c     |  97 +++++++++-----------------
 dlls/msi/database.c   | 187 ++++++++++++++++----------------------------------
 dlls/msi/delete.c     |   2 +-
 dlls/msi/distinct.c   |   2 +-
 dlls/msi/files.c      |  51 +++++---------
 dlls/msi/font.c       |  43 ++++--------
 dlls/msi/format.c     |   7 +-
 dlls/msi/install.c    |  41 ++++++-----
 dlls/msi/media.c      |  23 ++-----
 dlls/msi/msi.c        |   8 +--
 dlls/msi/msipriv.h    | 105 ----------------------------
 dlls/msi/msiquery.c   |  22 +++---
 dlls/msi/patch.c      | 107 +++++++++--------------------
 dlls/msi/record.c     |   5 +-
 dlls/msi/script.c     |  12 ++--
 dlls/msi/select.c     |   8 +--
 dlls/msi/source.c     |  72 ++++++++-----------
 dlls/msi/sql.y        |   3 +-
 dlls/msi/storages.c   |   6 +-
 dlls/msi/streams.c    |   8 +--
 dlls/msi/string.c     |  18 ++---
 dlls/msi/suminfo.c    |  29 ++++----
 dlls/msi/table.c      | 111 +++++++++++++-----------------
 dlls/msi/upgrade.c    |  19 +++--
 dlls/msi/where.c      |   2 +-
 29 files changed, 420 insertions(+), 864 deletions(-)

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



More information about the wine-cvs mailing list