Module: wine Branch: master Commit: 74a5851ef48cafe02e4383df4dd5742ae55ba75f URL: https://gitlab.winehq.org/wine/wine/-/commit/74a5851ef48cafe02e4383df4dd5742...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Nov 21 16:21:16 2022 +0100
ntdll: Use int instead of long types in a few places.
To avoid typecasts in debug traces.
---
dlls/ntdll/unix/debug.c | 2 +- dlls/ntdll/unix/env.c | 6 ++--- dlls/ntdll/unix/file.c | 16 ++++++------ dlls/ntdll/unix/serial.c | 18 +++++++------- dlls/ntdll/unix/signal_arm.c | 49 ++++++++++++++++++------------------ dlls/ntdll/unix/signal_i386.c | 58 +++++++++++++++++++++---------------------- dlls/ntdll/unix/socket.c | 2 +- dlls/ntdll/unix/tape.c | 2 +- include/wine/afd.h | 4 +-- 9 files changed, 78 insertions(+), 79 deletions(-)