mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 19:43:31 +08: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
@ -128,10 +128,11 @@ pre_c_init (void)
|
||||
{
|
||||
__setusermatherr (_matherr);
|
||||
}
|
||||
|
||||
#ifndef __clang__ /* FIXME: CORE-14042 */
|
||||
if (__globallocalestatus == -1)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user