mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
5 lines
368 B
C
Vendored
5 lines
368 B
C
Vendored
/* As _CRT_MT is getting defined in libgcc when using shared version, or it is getting defined by startup code itself,
|
|
this library is a dummy version for supporting the link library for gcc's option -mthreads. As we support TLS-cleanup
|
|
even without specifying this library, this library is deprecated and just kept for compatibility. */
|
|
int _CRT_MT_OLD = 1;
|
|
|