mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 17:32:32 +00:00
[UCRT] Fix GCC build of __crt_char_traits
This is a workaround for GCC. It will disable debugging for tdupenv_s_crt. How it works on MSVC? Magic.
This commit is contained in:
parent
693f9f51a0
commit
90dad446b7
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ struct __crt_char_traits;
|
|||
_APPLY(tcspbrk, strpbrk, wcspbrk ) \
|
||||
_APPLY(tcsrchr, strrchr, wcsrchr ) \
|
||||
_APPLY(tcstoull, strtoull, wcstoull ) \
|
||||
_APPLY(tdupenv_s_crt, _dupenv_s_crt, _wdupenv_s_crt ) \
|
||||
_APPLY(tdupenv_s_crt, _dupenv_s, _wdupenv_s ) \
|
||||
_APPLY(texecve, _execve, _wexecve ) \
|
||||
_APPLY(tfdopen, _fdopen, _wfdopen ) \
|
||||
_APPLY(tfullpath, _fullpath, _wfullpath ) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue