windows.cfg: Fixed wrong return value

This commit is contained in:
orbitcowboy 2021-07-19 09:49:19 +02:00
parent 97c5aa56da
commit 5440af672e
1 changed files with 1 additions and 1 deletions

View File

@ -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">