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"/>
|
||||
|
|
Loading…
Reference in New Issue