mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[CRT/STARTUP] For some reason we get unresolved external symbol ___globallocalestatus when compiling with clang-cl. CORE-11799 CORE-14042 (#94)
This commit is contained in:
parent
aeadcaf515
commit
861360c65f
1 changed files with 2 additions and 1 deletions
|
@ -128,10 +128,11 @@ pre_c_init (void)
|
|||
{
|
||||
__setusermatherr (_matherr);
|
||||
}
|
||||
|
||||
#ifndef __clang__ /* FIXME: CORE-14042 */
|
||||
if (__globallocalestatus == -1)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue