ReactOS 0.4.15-dev-8092-ge0ba2f3
tlsmcrt.c
Go to the documentation of this file.
1
9/* We support TLS cleanup code in any case. If shared version of libgcc is used _CRT_MT has value 1,
10 otherwise
11 we do tls cleanup in runtime and _CRT_MT has value 2. */
12int _CRT_MT = 2;
13
int _CRT_MT
Definition: tlsmcrt.c:12