Module: wine Branch: master Commit: 5442ddc78d2ec91cc11206f8c1051aea3936db38 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5442ddc78d2ec91cc11206f8c...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Feb 11 10:50:35 2022 +0100
mscms: Build without -DWINE_NO_LONG_TYPES.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mscms/Makefile.in | 1 - dlls/mscms/mscms_main.c | 4 +- dlls/mscms/profile.c | 38 ++--- dlls/mscms/stub.c | 30 ++-- dlls/mscms/tests/Makefile.in | 1 - dlls/mscms/tests/profile.c | 372 +++++++++++++++++++++---------------------- dlls/mscms/transform.c | 25 ++- 7 files changed, 232 insertions(+), 239 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5442ddc78d2ec91cc1120...