windows.cfg: Improved configuration for lstrcpyA,lstrcpyW.
This commit is contained in:
parent
bf77afbc65
commit
8c952cbe27
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue