mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +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
|
@ -6,7 +6,7 @@
|
|||
// Public data used by the floating point library
|
||||
//
|
||||
|
||||
extern "C" int __fastflag{0};
|
||||
extern "C" { int __fastflag{0}; }
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue