[UCRTSUPPORT] Add wine c++ exception code

This commit is contained in:
Timo Kreuzer 2024-11-16 15:08:06 +02:00
parent e2d69ad98c
commit ae0fa8ba49
5 changed files with 103 additions and 45 deletions

View file

@ -487,7 +487,7 @@ struct __std_exception_data {
char dofree;
};
#if _MSVCR_VER>=140
#if _MSVCR_VER>=140 || defined(__UCRTSUPPORT__)
/*********************************************************************
* __std_exception_copy (UCRTBASE.@)