windows.cfg: Added support for _gettch() and _getch().
This commit is contained in:
parent
affd03f1d6
commit
e18c846ed9
|
@ -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/>
|
||||
|
|
Loading…
Reference in New Issue