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