windows.cfg: Fix configuration for _atoi_l and _wtoi_l (#3829)
It's probably copy-pasta, _atol_l and _wtol_l are configured below.
This commit is contained in:
parent
75b6e8d258
commit
88b3d4dd93
|
@ -6751,7 +6751,7 @@ HFONT CreateFont(
|
||||||
</function>
|
</function>
|
||||||
<!-- int _atoi_l(const char *str, _locale_t locale); -->
|
<!-- int _atoi_l(const char *str, _locale_t locale); -->
|
||||||
<!-- int _wtoi_l(const wchar_t *str, _locale_t locale); -->
|
<!-- int _wtoi_l(const wchar_t *str, _locale_t locale); -->
|
||||||
<function name="_atol_l,_wtol_l">
|
<function name="_atoi_l,_wtoi_l">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="int"/>
|
<returnValue type="int"/>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
|
|
Loading…
Reference in New Issue