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:
Rikard Falkeborn 2022-02-14 06:51:59 +01:00 committed by GitHub
parent 75b6e8d258
commit 88b3d4dd93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6751,7 +6751,7 @@ HFONT CreateFont(
</function>
<!-- int _atoi_l(const char *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>
<returnValue type="int"/>
<use-retval/>