mirror of
https://github.com/reactos/reactos.git
synced 2025-06-29 13:41:21 +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
|
@ -12,7 +12,7 @@
|
|||
|
||||
// The CRT heap handle. This global variable is modified only during CRT
|
||||
// startup and CRT shutdown.
|
||||
extern "C" HANDLE __acrt_heap = nullptr;
|
||||
extern "C" { HANDLE __acrt_heap = nullptr; }
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue