mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 11:22:58 +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
|
@ -11,7 +11,7 @@
|
|||
|
||||
|
||||
|
||||
extern "C" extern intptr_t __dcrt_lowio_console_input_handle;
|
||||
extern "C" { extern intptr_t __dcrt_lowio_console_input_handle; }
|
||||
|
||||
|
||||
|
||||
|
@ -20,8 +20,8 @@ extern "C" extern intptr_t __dcrt_lowio_console_input_handle;
|
|||
// character buffer and the unicode character is not converted to single byte
|
||||
// MBC, then _cget_s should buffer that character so that next call to
|
||||
// _cgetws_s can return the same character.
|
||||
extern "C" extern wchar_t __console_wchar_buffer;
|
||||
extern "C" extern int __console_wchar_buffer_used;
|
||||
extern "C" { extern wchar_t __console_wchar_buffer; }
|
||||
extern "C" { extern int __console_wchar_buffer_used; }
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue