Module: wine Branch: master Commit: 119f261b1804ce3bdf0caadb62d2925db4b9ad3b URL: https://source.winehq.org/git/wine.git/?a=commit;h=119f261b1804ce3bdf0caadb6...
Author: Eric Pouech eric.pouech@gmail.com Date: Fri Feb 18 09:16:21 2022 +0100
shlwapi: Enable compilation with long types.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shlwapi/Makefile.in | 2 +- dlls/shlwapi/assoc.c | 12 ++--- dlls/shlwapi/clist.c | 6 +-- dlls/shlwapi/msgbox.c | 6 +-- dlls/shlwapi/ordinal.c | 106 ++++++++++++++++++++++---------------------- dlls/shlwapi/path.c | 22 ++++----- dlls/shlwapi/reg.c | 4 +- dlls/shlwapi/regstream.c | 12 ++--- dlls/shlwapi/shlwapi_main.c | 8 ++-- dlls/shlwapi/stopwatch.c | 6 +-- dlls/shlwapi/string.c | 8 ++-- dlls/shlwapi/thread.c | 6 +-- dlls/shlwapi/url.c | 2 +- 13 files changed, 100 insertions(+), 100 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=119f261b1804ce3bdf0ca...