Module: wine Branch: master Commit: 670033b2cb04eab8575bab070356b1d51a95fe18 URL: https://gitlab.winehq.org/wine/wine/-/commit/670033b2cb04eab8575bab070356b1d...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Nov 23 16:02:56 2022 +0100
win32u: Use int instead of long types in a few places.
To avoid typecasts in debug traces.
---
dlls/win32u/clipboard.c | 4 ++-- dlls/win32u/dc.c | 2 +- dlls/win32u/dce.c | 2 +- dlls/win32u/defwnd.c | 8 ++++---- dlls/win32u/dibdrv/dibdrv.h | 2 +- dlls/win32u/font.c | 14 +++++++------- dlls/win32u/input.c | 17 +++++++++-------- dlls/win32u/menu.c | 6 ++++-- dlls/win32u/message.c | 4 ++-- dlls/win32u/ntgdi_private.h | 4 ++-- dlls/win32u/ntuser_private.h | 10 +++++----- dlls/win32u/rawinput.c | 2 +- dlls/win32u/sysparams.c | 6 +++--- dlls/win32u/win32u_private.h | 2 +- dlls/win32u/window.c | 10 +++++----- dlls/win32u/winstation.c | 2 +- 16 files changed, 49 insertions(+), 46 deletions(-)