windows.cfg: Improved configuration for lstrcpyA,lstrcpyW.
This commit is contained in:
parent
bf77afbc65
commit
8c952cbe27
|
@ -1737,6 +1737,7 @@
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="LPWSTR"/>
|
<returnValue type="LPWSTR"/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/>
|
||||||
<arg nr="1" direction="out">
|
<arg nr="1" direction="out">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
<minsize type="argvalue" arg="3"/>
|
<minsize type="argvalue" arg="3"/>
|
||||||
|
@ -1757,6 +1758,7 @@
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="LPWSTR"/>
|
<returnValue type="LPWSTR"/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/>
|
||||||
<arg nr="1" direction="out">
|
<arg nr="1" direction="out">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
<minsize type="argvalue" arg="3"/>
|
<minsize type="argvalue" arg="3"/>
|
||||||
|
@ -2549,7 +2551,7 @@ HFONT CreateFont(
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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">
|
<function name="_mbscpy,_tcscpy">
|
||||||
<returnValue type="unsigned char *"/>
|
<returnValue type="unsigned char *"/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue