windows.cfg: Ensure the return value of _wfopen_s() and _tfopen_s() is taken into account as well.

This commit is contained in:
orbitcowboy 2016-11-26 16:25:19 +01:00
parent d5fb6da9a4
commit 83d0b42c66
1 changed files with 1 additions and 0 deletions

View File

@ -2209,6 +2209,7 @@ HFONT CreateFont(
<!-- errno_t _wfopen_s(FILE** pFile, const wchar_t *filename, const wchar_t *mode); -->
<function name="_wfopen_s,_tfopen_s">
<noreturn>false</noreturn>
<use-retval/>
<arg nr="1">
<not-null/>
</arg>