windows.cfg: Added support for _tcscpy().
This commit is contained in:
parent
b68c5dee07
commit
bf77afbc65
|
@ -2550,7 +2550,7 @@ HFONT CreateFont(
|
||||||
</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">
|
<function name="_mbscpy,_tcscpy">
|
||||||
<returnValue type="unsigned char *"/>
|
<returnValue type="unsigned char *"/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue