windows.cfg: Added support for '_isatty()'

This commit is contained in:
orbitcowboy 2019-12-19 09:50:29 +01:00
parent d0dd200444
commit ffbd3c4687
1 changed files with 12 additions and 0 deletions

View File

@ -4431,6 +4431,18 @@ HFONT CreateFont(
<not-bool/>
</arg>
</function>
<!-- int _isatty(int fd); -->
<function name="_isatty">
<use-retval/>
<returnValue type="int"/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<valid>0:</valid>
<not-uninit/>
<not-bool/>
</arg>
</function>
<!--VOID WINAPI FreeLibraryAndExitThread(
_In_ HMODULE hModule,
_In_ DWORD dwExitCode);-->