Module: wine Branch: master Commit: 9ac8d63e22f8105e10929eaa591726ff10505110 URL: https://gitlab.winehq.org/wine/wine/-/commit/9ac8d63e22f8105e10929eaa591726f...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Feb 29 14:12:34 2024 +0100
include: Move unwinding functions definitions to rtlsupportapi.h.
---
dlls/krnl386.exe16/thunk.c | 2 +- dlls/msvcp90/exception.c | 1 + dlls/ntdll/ntdll_misc.h | 1 + dlls/ntdll/signal_arm64ec.c | 6 ++-- dlls/ntdll/signal_x86_64.c | 2 +- dlls/ntdll/tests/exception.c | 1 + dlls/ntdll/tests/unwind.c | 1 + dlls/ntdll/unwind.c | 42 ++++++++++++------------- dlls/win32u/main.c | 1 + dlls/wow64cpu/cpu.c | 1 + include/Makefile.in | 1 + include/rtlsupportapi.h | 75 ++++++++++++++++++++++++++++++++++++++++++++ include/wine/exception.h | 1 + include/winnt.h | 48 ---------------------------- include/winternl.h | 1 - 15 files changed, 109 insertions(+), 75 deletions(-)