windows.cfg: Add support for _getche() and _getwche().
This commit is contained in:
parent
2887ee10c0
commit
18c234e277
|
@ -3929,14 +3929,16 @@ HFONT CreateFont(
|
||||||
<!-- int _getch_nolock( void ); -->
|
<!-- int _getch_nolock( void ); -->
|
||||||
<!-- int _getch( void ); -->
|
<!-- int _getch( void ); -->
|
||||||
<!-- int _getchar(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"/>
|
<returnValue type="int"/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
</function>
|
</function>
|
||||||
<!-- wint_t _getwch_nolock( void ); -->
|
<!-- wint_t _getwch_nolock( void ); -->
|
||||||
<!-- wint_t _getwch(void);-->
|
<!-- wint_t _getwch(void);-->
|
||||||
<function name="_getwch,_getwch_nolock">
|
<!-- wint_t _getwche( void );-->
|
||||||
|
<function name="_getwch,_getwch_nolock,_getwche">
|
||||||
<returnValue type="wint_t"/>
|
<returnValue type="wint_t"/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue