windows.cfg: Ensure the return value of _wfopen_s() and _tfopen_s() is taken into account as well.
This commit is contained in:
parent
d5fb6da9a4
commit
83d0b42c66
|
@ -2209,6 +2209,7 @@ HFONT CreateFont(
|
||||||
<!-- errno_t _wfopen_s(FILE** pFile, const wchar_t *filename, const wchar_t *mode); -->
|
<!-- errno_t _wfopen_s(FILE** pFile, const wchar_t *filename, const wchar_t *mode); -->
|
||||||
<function name="_wfopen_s,_tfopen_s">
|
<function name="_wfopen_s,_tfopen_s">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
<use-retval/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
</arg>
|
</arg>
|
||||||
|
|
Loading…
Reference in New Issue