Alexandre Julliard : include: Add a typedef for user callback function pointers.
Module: wine Branch: master Commit: 3031f15784b556cd3ff773960d4dd7b0b4eeee7e URL: https://gitlab.winehq.org/wine/wine/-/commit/3031f15784b556cd3ff773960d4dd7b... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jan 22 10:26:59 2024 +0100 include: Add a typedef for user callback function pointers. --- dlls/ntdll/signal_arm.c | 2 +- dlls/ntdll/signal_arm64.c | 2 +- dlls/ntdll/signal_arm64ec.c | 2 +- dlls/ntdll/signal_i386.c | 2 +- dlls/ntdll/signal_x86_64.c | 2 +- dlls/ntdll/tests/exception.c | 8 ++++---- dlls/opengl32/wgl.c | 2 +- dlls/user.exe16/message.c | 2 +- dlls/user32/user_main.c | 19 +++++++++++-------- dlls/wineandroid.drv/dllmain.c | 2 +- dlls/winemac.drv/dllmain.c | 5 ++--- dlls/winevulkan/loader.c | 2 +- dlls/winex11.drv/dllmain.c | 5 ++--- include/winternl.h | 4 +++- 14 files changed, 31 insertions(+), 28 deletions(-)
participants (1)
-
Alexandre Julliard