mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:02:56 +00:00
[UCRT] Fix non-standard extern "C" usage
This commit is contained in:
parent
9ed5151de9
commit
ffd69754f9
27 changed files with 104 additions and 102 deletions
|
@ -27,7 +27,7 @@ namespace
|
|||
|
||||
static wint_t wchbuf = WEOF; // The push-back buffer
|
||||
|
||||
extern "C" extern intptr_t __dcrt_lowio_console_input_handle;
|
||||
extern "C" intptr_t __dcrt_lowio_console_input_handle;
|
||||
|
||||
extern "C" CharPair const* __cdecl _getextendedkeycode(KEY_EVENT_RECORD*);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue