Module: wine Branch: master Commit: 1404fcd3ea52b2b3466f3086ddf7c4834877a567 URL: https://gitlab.winehq.org/wine/wine/-/commit/1404fcd3ea52b2b3466f3086ddf7c48...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jun 5 08:15:51 2024 +0200
msvcrt: Share __CxxFrameHandler implementation with ARM platforms.
---
dlls/msvcrt/except.c | 384 +++++++++++++++++++++++++++++++++++++++++++ dlls/msvcrt/except_arm.c | 11 -- dlls/msvcrt/except_arm64.c | 11 -- dlls/msvcrt/except_arm64ec.c | 10 -- dlls/msvcrt/except_x86_64.c | 375 ------------------------------------------ 5 files changed, 384 insertions(+), 407 deletions(-)