mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:22:58 +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
|
@ -41,8 +41,10 @@ thread_data_t *msvcrt_get_thread_data(void)
|
|||
ptr->tid = GetCurrentThreadId();
|
||||
ptr->handle = INVALID_HANDLE_VALUE;
|
||||
ptr->random_seed = 1;
|
||||
#ifndef __UCRTSUPPORT__
|
||||
ptr->locinfo = MSVCRT_locale->locinfo;
|
||||
ptr->mbcinfo = MSVCRT_locale->mbcinfo;
|
||||
#endif /* !__UCRTSUPPORT__ */
|
||||
}
|
||||
SetLastError( err );
|
||||
return ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue