4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-15 02:09:19 +08:00
2000-02-17 19:38:33 +00:00

13 lines
275 B
C

/*
* crtst.c
*
* This object file defines _CRT_MT to have a value of 0, which will
* turn off MT support in GCC runtime. This is linked by default unless
* you specify -mthreads when linking with gcc.
*
* Mumit Khan <khan@nanotech.wisc.edu>
*
*/
int _CRT_MT = 0;