Module: wine Branch: master Commit: 61680b444960fb006f78e969f8bdb09d321363d4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=61680b444960fb006f78e969f...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 18 10:17:43 2019 +0200
winecrt0: Provide our own setjmp/longjmp functions for exception handling.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcr100/msvcr100.spec | 2 +- dlls/msvcr110/msvcr110.spec | 2 +- dlls/msvcr120/msvcr120.spec | 2 +- dlls/msvcr80/msvcr80.spec | 2 +- dlls/msvcrt/except_arm.c | 62 +------------- dlls/msvcrt/except_arm64.c | 50 +---------- dlls/msvcrt/except_i386.c | 21 +---- dlls/msvcrt/except_x86_64.c | 60 +------------- dlls/msvcrt/msvcrt.spec | 2 +- dlls/ucrtbase/ucrtbase.spec | 2 +- dlls/winecrt0/exception.c | 198 +++++++++++++++++++++++++++++++++++++++++++- include/wine/exception.h | 43 +++++----- tools/widl/typegen.c | 6 +- 13 files changed, 236 insertions(+), 216 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=61680b444960fb006f78e...