windows.cfg: Added support for _tcscpy().

This commit is contained in:
orbitcowboy 2021-07-10 09:28:27 +02:00
parent b68c5dee07
commit bf77afbc65
1 changed files with 1 additions and 1 deletions

View File

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