Module: wine Branch: master Commit: f26985affee6517def3d32e412b0e1117d325857 URL: https://gitlab.winehq.org/wine/wine/-/commit/f26985affee6517def3d32e412b0e11... Author: Torge Matthies <tmatthies(a)codeweavers.com> Date: Mon Sep 26 23:04:01 2022 +0200 msvcr100: Implement exception passing from chore threads to _RunAndWait. --- dlls/concrt140/Makefile.in | 4 ++- dlls/concrt140/concrt140.c | 10 ++++++- dlls/crtdll/Makefile.in | 1 + dlls/msvcr70/Makefile.in | 1 + dlls/msvcr71/Makefile.in | 1 + dlls/msvcr80/Makefile.in | 1 + dlls/msvcr90/Makefile.in | 1 + dlls/msvcrt/concurrency.c | 69 +++++++++++++++++++++++++++++++++++++++++++-- dlls/msvcrt/cxx.h | 5 ++++ dlls/msvcrt/except_i386.c | 15 ---------- dlls/msvcrt/exception_ptr.c | 56 ++++++++++++++++++++++++++---------- dlls/msvcrtd/Makefile.in | 1 + dlls/ucrtbase/Makefile.in | 1 + 13 files changed, 132 insertions(+), 34 deletions(-)