windows.cfg: Fixed wrong return value
This commit is contained in:
parent
97c5aa56da
commit
5440af672e
|
@ -1756,7 +1756,7 @@
|
||||||
<!-- LPSTR lstrcpynA(LPSTR destination, LPCSTR source, int iMaxLength);-->
|
<!-- LPSTR lstrcpynA(LPSTR destination, LPCSTR source, int iMaxLength);-->
|
||||||
<function name="lstrcpynA">
|
<function name="lstrcpynA">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="LPWSTR"/>
|
<returnValue type="LPSTR"/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/>
|
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/>
|
||||||
<arg nr="1" direction="out">
|
<arg nr="1" direction="out">
|
||||||
|
|
Loading…
Reference in New Issue