Module: wine Branch: master Commit: 75669ea34a16350a62c58039f621e96df1746e29 URL: https://gitlab.winehq.org/wine/wine/-/commit/75669ea34a16350a62c58039f621e96...
Author: Piotr Caban piotr@codeweavers.com Date: Sun Mar 26 13:32:09 2023 +0200
ucrtbase: Add __CxxFrameHandler4 implementation.
---
dlls/msvcrt/Makefile.in | 1 + .../except_x86_64.c => msvcrt/handler4.c} | 36 ++++--- dlls/msvcrt/main.c | 15 +++ dlls/msvcrt/msvcrt.h | 10 ++ dlls/ucrtbase/Makefile.in | 1 + dlls/ucrtbase/ucrtbase.spec | 1 + dlls/vcruntime140_1/Makefile.in | 4 +- dlls/vcruntime140_1/cppexcept.h | 119 --------------------- dlls/vcruntime140_1/main.c | 42 ++++++++ 9 files changed, 92 insertions(+), 137 deletions(-)