mirror of
https://github.com/reactos/reactos
synced 2025-10-07 17:02:50 +02: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:
@@ -128,10 +128,11 @@ pre_c_init (void)
|
||||
{
|
||||
__setusermatherr (_matherr);
|
||||
}
|
||||
|
||||
#ifndef __clang__ /* FIXME: CORE-14042 */
|
||||
if (__globallocalestatus == -1)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user