windows.cfg: Issue a warning in case _close() is called with a negative file descriptor.

This commit is contained in:
orbitcowboy 2019-04-26 09:26:25 +02:00
parent c0b533c452
commit 254cdd3b19
1 changed files with 1 additions and 0 deletions

View File

@ -3659,6 +3659,7 @@ HFONT CreateFont(
<noreturn>false</noreturn>
<arg nr="1" direction="in">
<not-uninit/>
<valid>0:</valid>
</arg>
</function>
<!-- void _swab(char *src, char *dest, int n);-->