windows.cfg: Improved configuration for lstrcpyA,lstrcpyW.

This commit is contained in:
orbitcowboy 2021-07-10 09:33:38 +02:00
parent bf77afbc65
commit 8c952cbe27
1 changed files with 3 additions and 1 deletions

View File

@ -1737,6 +1737,7 @@
<noreturn>false</noreturn>
<returnValue type="LPWSTR"/>
<leak-ignore/>
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/>
<arg nr="1" direction="out">
<not-null/>
<minsize type="argvalue" arg="3"/>
@ -1757,6 +1758,7 @@
<noreturn>false</noreturn>
<returnValue type="LPWSTR"/>
<leak-ignore/>
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/>
<arg nr="1" direction="out">
<not-null/>
<minsize type="argvalue" arg="3"/>
@ -2549,7 +2551,7 @@ HFONT CreateFont(
<not-uninit/>
</arg>
</function>
<!-- unsigned char *_mbscpy(unsigned char *strDestination, const unsigned char *strSource); -->
<!-- unsigned char *_mbscpy(unsigned char *strDestination, const unsigned char *strSource); -->
<function name="_mbscpy,_tcscpy">
<returnValue type="unsigned char *"/>
<noreturn>false</noreturn>