mirror of
https://github.com/reactos/reactos.git
synced 2025-06-29 17:21:23 +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
|
@ -499,7 +499,7 @@ extern "C" errno_t __cdecl tmpfile_s(FILE** const stream)
|
|||
// Ensure that _rmtmp is called during static CRT termination:
|
||||
#ifndef CRTDLL
|
||||
|
||||
extern "C" extern unsigned __acrt_tmpfile_used;
|
||||
extern "C" unsigned __acrt_tmpfile_used;
|
||||
|
||||
extern "C" void __acrt_force_use_of_tmpfile()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue