Module: wine Branch: master Commit: 54f851bb83a145cda7db7b41aa3d356dae41c72f URL: https://source.winehq.org/git/wine.git/?a=commit;h=54f851bb83a145cda7db7b41a...
Author: Eric Pouech eric.pouech@gmail.com Date: Thu Feb 10 08:43:43 2022 +0100
hnetcfg: Enable compilation with long types.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/hnetcfg/Makefile.in | 1 - dlls/hnetcfg/apps.c | 16 ++++++------ dlls/hnetcfg/hnetcfg.c | 2 +- dlls/hnetcfg/manager.c | 8 +++--- dlls/hnetcfg/policy.c | 22 ++++++++-------- dlls/hnetcfg/port.c | 66 ++++++++++++++++++++++++------------------------ dlls/hnetcfg/profile.c | 6 ++--- dlls/hnetcfg/service.c | 12 ++++----- 8 files changed, 66 insertions(+), 67 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=54f851bb83a145cda7db7...