windows.cfg: Added support for _wcsncpy_s_l().
This commit is contained in:
parent
8472779c00
commit
c31503557d
|
@ -3806,7 +3806,8 @@ HFONT CreateFont(
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- errno_t _strncpy_s_l(char *strDest, size_t numberOfElements, const char *strSource, size_t count, _locale_t locale); -->
|
<!-- 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>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="errno_t"/>
|
<returnValue type="errno_t"/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue