8 Dec
2022
8 Dec
'22
10:14 p.m.
Module: wine Branch: master Commit: 11631680346a9395540b245d9e0989c1d9ca52cc URL: https://gitlab.winehq.org/wine/wine/-/commit/11631680346a9395540b245d9e0989c... Author: Torge Matthies <tmatthies(a)codeweavers.com> Date: Mon Sep 26 23:04:01 2022 +0200 msvcr100: Move exception_ptr functions to a separate file. --- dlls/msvcr100/Makefile.in | 1 + dlls/msvcr110/Makefile.in | 1 + dlls/msvcr120/Makefile.in | 1 + dlls/msvcrt/Makefile.in | 1 + dlls/msvcrt/cpp.c | 357 ++------------------------------------------ dlls/msvcrt/cxx.h | 8 + dlls/msvcrt/exception_ptr.c | 350 +++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 378 insertions(+), 341 deletions(-)