[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:
Timo Kreuzer 2024-10-16 14:13:59 +03:00
parent 693f9f51a0
commit 90dad446b7

View file

@ -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 ) \