windows.cfg: Added support for _strftime_l() and _wcsftime_l().

This commit is contained in:
orbitcowboy 2017-03-08 08:49:13 +01:00
parent 00904ba32a
commit 0bd46ec831
1 changed files with 24 additions and 0 deletions

View File

@ -3384,4 +3384,28 @@ HFONT CreateFont(
<not-uninit/>
</arg>
</function>
<!-- size_t _strftime_l(char *strDest, size_t maxsize, const char *format, const struct tm *timeptr, _locale_t locale); -->
<!-- size_t _wcsftime_l(wchar_t *strDest, size_t maxsize, const wchar_t *format, const struct tm *timeptr, _locale_t locale); -->
<function name="_strftime_l,_wcsftime_l,_tcsftime">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-null/>
</arg>
<arg nr="2">
<not-uninit/>
<valid>0:</valid>
</arg>
<arg nr="3">
<not-null/>
<not-uninit/>
</arg>
<arg nr="4">
<not-null/>
<not-uninit/>
</arg>
<arg nr="5">
<not-uninit/>
</arg>
</function>
</def>