Hans Leidekker : msi: Build without -DWINE_NO_LONG_TYPES.

Alexandre Julliard julliard at winehq.org
Mon Feb 7 15:56:06 CST 2022


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Mon Feb  7 17:47:05 2022 +0100

msi: Build without -DWINE_NO_LONG_TYPES.

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

---

 dlls/msi/Makefile.in  |   1 -
 dlls/msi/action.c     |  88 +++++++-------
 dlls/msi/appsearch.c  |   4 +-
 dlls/msi/assembly.c   |  22 ++--
 dlls/msi/automation.c |  45 +++----
 dlls/msi/classes.c    |  16 +--
 dlls/msi/custom.c     |  42 +++----
 dlls/msi/database.c   |  51 ++++----
 dlls/msi/dialog.c     |  41 ++++---
 dlls/msi/files.c      |  22 ++--
 dlls/msi/format.c     |   7 +-
 dlls/msi/handle.c     |   8 +-
 dlls/msi/insert.c     |   2 +-
 dlls/msi/install.c    |  64 +++++-----
 dlls/msi/media.c      |  13 +-
 dlls/msi/msi.c        | 323 ++++++++++++++++++++++----------------------------
 dlls/msi/msiquery.c   |  89 +++++++-------
 dlls/msi/package.c    |  29 +++--
 dlls/msi/record.c     |  54 ++++-----
 dlls/msi/registry.c   | 219 ++++++++++++++++------------------
 dlls/msi/script.c     |   6 +-
 dlls/msi/source.c     | 140 ++++++++++------------
 dlls/msi/streams.c    |  12 +-
 dlls/msi/string.c     |   6 +-
 dlls/msi/suminfo.c    |  72 ++++++-----
 dlls/msi/table.c      |  17 ++-
 dlls/msi/upgrade.c    |   2 +-
 27 files changed, 641 insertions(+), 754 deletions(-)

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



More information about the wine-cvs mailing list