windows.cfg: Added support for _wcsncpy_s_l().

This commit is contained in:
orbitcowboy 2018-06-07 15:24:26 +02:00
parent 8472779c00
commit c31503557d
1 changed files with 2 additions and 1 deletions

View File

@ -3806,7 +3806,8 @@ HFONT CreateFont(
</arg>
</function>
<!-- errno_t _strncpy_s_l(char *strDest, size_t numberOfElements, const char *strSource, size_t count, _locale_t locale); -->
<function name="_strncpy_s_l">
<!-- errno_t _wcsncpy_s_l(wchar_t *strDest, size_t numberOfElements, const wchar_t *strSource, size_t count, _locale_t locale); -->
<function name="_strncpy_s_l,_wcsncpy_s_l">
<noreturn>false</noreturn>
<returnValue type="errno_t"/>
<leak-ignore/>