windows.cfg: Added support for _gettch() and _getch().

This commit is contained in:
orbitcowboy 2018-11-26 13:53:13 +01:00
parent affd03f1d6
commit e18c846ed9
1 changed files with 2 additions and 1 deletions

View File

@ -3927,8 +3927,9 @@ HFONT CreateFont(
</arg>
</function>
<!-- int _getch_nolock( void ); -->
<!-- int _getch( void ); -->
<!-- int _getchar(void); -->
<function name="_getchar,_getch_nolock">
<function name="_getchar,_getch_nolock,_getch,_gettch">
<returnValue type="int"/>
<noreturn>false</noreturn>
<leak-ignore/>