windows.cfg: Added missing _tcsclen_l() function name.
This commit is contained in:
parent
6ea520a561
commit
b4733a76bd
|
@ -3322,7 +3322,7 @@ HFONT CreateFont(
|
||||||
</function>
|
</function>
|
||||||
<!-- size_t _mbslen_l( const unsigned char *str, _locale_t locale); -->
|
<!-- size_t _mbslen_l( const unsigned char *str, _locale_t locale); -->
|
||||||
<!-- size_t _mbstrlen_l( const 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/>
|
<use-retval/>
|
||||||
<pure/>
|
<pure/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue