Module: wine Branch: master Commit: 8ed3d661e1d18e503b4916be65bbcf2f28e42872 URL: https://gitlab.winehq.org/wine/wine/-/commit/8ed3d661e1d18e503b4916be65bbcf2...
Author: Alexandre Julliard julliard@winehq.org Date: Fri May 31 12:08:59 2024 +0200
msvcrt: Share the copy_exception() helper between platforms.
---
dlls/msvcrt/cppexcept.h | 31 +++++++++++++++++++++++++ dlls/msvcrt/except_i386.c | 33 ++------------------------ dlls/msvcrt/except_x86_64.c | 56 ++++++--------------------------------------- dlls/msvcrt/handler4.c | 54 ++++++------------------------------------- 4 files changed, 47 insertions(+), 127 deletions(-)