29 Oct
2025
29 Oct
'25
12:05 p.m.
Another dependency for !9209. When C++/CX applications manually throw exceptions (i.e, by calling `_CxxThrowException` and not `__abi_WinRTraise*`), msvcrt/ucrt will still use the `cxx_exception_type` RTTI data from `vccorlib`, and not the one passed by the user. It also invokes a callback inside the `exception_info`, which likely performs the necessary RoOriginateError/RoOriginateLanguageException booking, and sets the `IRestrictedErrorInfo` field. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9306