[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:
Amine Khaldi 2017-11-23 13:25:57 +01:00
parent aeadcaf515
commit 861360c65f

View File

@ -128,10 +128,11 @@ pre_c_init (void)
{
__setusermatherr (_matherr);
}
#ifndef __clang__ /* FIXME: CORE-14042 */
if (__globallocalestatus == -1)
{
}
#endif
return 0;
}