mirror of
https://github.com/reactos/reactos.git
synced 2025-06-17 23:25:20 +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);
|
__setusermatherr (_matherr);
|
||||||
}
|
}
|
||||||
|
#ifndef __clang__ /* FIXME: CORE-14042 */
|
||||||
if (__globallocalestatus == -1)
|
if (__globallocalestatus == -1)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue