Skip to content

Commit ffbd3c4

Browse files
committed
windows.cfg: Added support for '_isatty()'
1 parent d0dd200 commit ffbd3c4

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

cfg/windows.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4431,6 +4431,18 @@ HFONT CreateFont(
44314431
<not-bool/>
44324432
</arg>
44334433
</function>
4434+
<!-- int _isatty(int fd); -->
4435+
<function name="_isatty">
4436+
<use-retval/>
4437+
<returnValue type="int"/>
4438+
<noreturn>false</noreturn>
4439+
<leak-ignore/>
4440+
<arg nr="1">
4441+
<valid>0:</valid>
4442+
<not-uninit/>
4443+
<not-bool/>
4444+
</arg>
4445+
</function>
44344446
<!--VOID WINAPI FreeLibraryAndExitThread(
44354447
_In_ HMODULE hModule,
44364448
_In_ DWORD dwExitCode);-->

0 commit comments

Comments
 (0)