Module: wine Branch: master Commit: b4d6270a51aa654f1f7fd7de3a12f565ec5cc97a URL: https://gitlab.winehq.org/wine/wine/-/commit/b4d6270a51aa654f1f7fd7de3a12f56...
Author: Alexandre Julliard julliard@winehq.org Date: Fri May 31 12:09:39 2024 +0200
msvcrt: Share a helper to find a catch block handler.
---
dlls/msvcrt/cppexcept.h | 4 +++ dlls/msvcrt/except.c | 34 +++++++++++++++++++ dlls/msvcrt/except_i386.c | 81 ++++++++++++++++----------------------------- dlls/msvcrt/except_x86_64.c | 64 +++++++++++------------------------ 4 files changed, 85 insertions(+), 98 deletions(-)