Module: wine Branch: master Commit: 07d8612b75d69a31ceee5b3f6b39042299e1b943 URL: https://gitlab.winehq.org/wine/wine/-/commit/07d8612b75d69a31ceee5b3f6b39042...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jun 5 08:17:23 2024 +0200
msvcrt: Add platform-specific helpers to call C++ exception handlers.
---
dlls/msvcrt/cppexcept.h | 4 +++ dlls/msvcrt/except.c | 19 +++++------ dlls/msvcrt/except_arm.c | 34 +++++++++++++++++++ dlls/msvcrt/except_arm64.c | 58 +++++++++++++++++++++++++++++++++ dlls/msvcrt/except_arm64ec.c | 77 ++++++++++++++++++++++++++++++++++++++++++++ dlls/msvcrt/except_x86_64.c | 37 +++++++++++++++++++++ 6 files changed, 218 insertions(+), 11 deletions(-)