Module: wine Branch: master Commit: f3a35da445953cb48cf1854129fec0a96085de24 URL: https://gitlab.winehq.org/wine/wine/-/commit/f3a35da445953cb48cf1854129fec0a...
Author: Alexandre Julliard julliard@winehq.org Date: Fri May 31 12:07:02 2024 +0200
msvcrt: Move common exception handling types to the header.
---
dlls/msvcrt/cppexcept.h | 109 +++++++++++++++++++++++++++++++++++++++----- dlls/msvcrt/except_i386.c | 48 ++----------------- dlls/msvcrt/except_x86_64.c | 47 ------------------- dlls/msvcrt/handler4.c | 61 +++++++++---------------- 4 files changed, 123 insertions(+), 142 deletions(-)