mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:43:01 +00:00
[UCRTSUPPORT] Add wine c++ exception code
This commit is contained in:
parent
e2d69ad98c
commit
ae0fa8ba49
5 changed files with 103 additions and 45 deletions
|
@ -487,7 +487,7 @@ struct __std_exception_data {
|
|||
char dofree;
|
||||
};
|
||||
|
||||
#if _MSVCR_VER>=140
|
||||
#if _MSVCR_VER>=140 || defined(__UCRTSUPPORT__)
|
||||
|
||||
/*********************************************************************
|
||||
* __std_exception_copy (UCRTBASE.@)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue