Module: wine Branch: master Commit: 54b8c8c7eaafd19780cb4d91b763fe2f20327f50 URL: https://source.winehq.org/git/wine.git/?a=commit;h=54b8c8c7eaafd19780cb4d91b...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Feb 7 17:47:06 2022 +0100
msi/tests: Build without -DWINE_NO_LONG_TYPES.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msi/tests/Makefile.in | 1 - dlls/msi/tests/action.c | 472 ++++---- dlls/msi/tests/automation.c | 397 +++---- dlls/msi/tests/custom.c | 2 +- dlls/msi/tests/db.c | 164 +-- dlls/msi/tests/format.c | 207 ++-- dlls/msi/tests/install.c | 102 +- dlls/msi/tests/msi.c | 2651 +++++++++++++++++++++---------------------- dlls/msi/tests/package.c | 454 ++++---- dlls/msi/tests/patch.c | 25 +- dlls/msi/tests/record.c | 22 +- dlls/msi/tests/source.c | 654 +++++------ dlls/msi/tests/suminfo.c | 2 +- 13 files changed, 2577 insertions(+), 2576 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=54b8c8c7eaafd19780cb4...