windows.cfg: Added missing _tcsclen_l() function name.

This commit is contained in:
orbitcowboy 2017-02-23 13:25:50 +01:00
parent 6ea520a561
commit b4733a76bd
1 changed files with 1 additions and 1 deletions

View File

@ -3322,7 +3322,7 @@ HFONT CreateFont(
</function>
<!-- size_t _mbslen_l( const unsigned char *str, _locale_t locale); -->
<!-- size_t _mbstrlen_l( const char *str, _locale_t locale ); -->
<function name="_mbslen_l,_mbstrlen_l">
<function name="_mbslen_l,_mbstrlen_l,_tcsclen_l">
<use-retval/>
<pure/>
<noreturn>false</noreturn>