mirror of
https://github.com/reactos/reactos.git
synced 2025-06-28 21:39:43 +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
|
@ -37,4 +37,4 @@ extern "C" int __cdecl _CrtDefaultAllocHook(
|
|||
return 1; // Allow all heap operations
|
||||
}
|
||||
|
||||
extern "C" _CRT_ALLOC_HOOK _pfnAllocHook = _CrtDefaultAllocHook;
|
||||
extern "C" { _CRT_ALLOC_HOOK _pfnAllocHook = _CrtDefaultAllocHook; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue