windows.cfg: Add support for _getche() and _getwche().

This commit is contained in:
orbitcowboy 2018-11-26 14:34:40 +01:00
parent 2887ee10c0
commit 18c234e277
1 changed files with 4 additions and 2 deletions

View File

@ -3929,14 +3929,16 @@ HFONT CreateFont(
<!-- int _getch_nolock( void ); -->
<!-- int _getch( void ); -->
<!-- int _getchar(void); -->
<function name="_getchar,_getch_nolock,_getch,_gettch">
<!-- int _getche( void ) -->
<function name="_getchar,_getch_nolock,_getch,_gettch,_getche">
<returnValue type="int"/>
<noreturn>false</noreturn>
<leak-ignore/>
</function>
<!-- wint_t _getwch_nolock( void ); -->
<!-- wint_t _getwch(void);-->
<function name="_getwch,_getwch_nolock">
<!-- wint_t _getwche( void );-->
<function name="_getwch,_getwch_nolock,_getwche">
<returnValue type="wint_t"/>
<noreturn>false</noreturn>
<leak-ignore/>