windows.cfg: Added support for _wcsncat_l().

This commit is contained in:
orbitcowboy 2021-07-17 08:18:43 +02:00
parent 8cd8b9c64e
commit 8ee223f03d
1 changed files with 23 additions and 0 deletions

View File

@ -6167,6 +6167,29 @@ HFONT CreateFont(
<not-uninit/>
</arg>
</function>
<!-- wchar_t *_wcsncat_l(wchar_t *ct, const wchar_t *cs, size_t n, _locale_t locale); -->
<function name="_wcsncat_l">
<noreturn>false</noreturn>
<returnValue type="wchar_t *"/>
<leak-ignore/>
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/>
<arg nr="1" direction="inout">
<not-null/>
<not-uninit/>
<strz/>
<minsize type="argvalue" arg="3"/>
</arg>
<arg nr="2" direction="in">
<not-null/>
<not-uninit/>
</arg>
<arg nr="3" direction="in">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
<arg nr="4" direction="in"/>
</function>
<!-- unsigned char *_mbsncat_l(unsigned char *strDest, const unsigned char *strSource, size_t count, _locale_t locale); -->
<function name="_mbsncat_l">
<noreturn>false</noreturn>