OSDN Git Service

2009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>
[pf3gnuchains/pf3gnuchains4x.git] / winsup / mingw / crtst.c
1 /*
2  * crtst.c
3  *
4  * This object file defines _CRT_MT to have a value of 0, which will
5  * turn off MT support in GCC runtime. This is linked by default unless
6  * you specify -mthreads when linking with gcc. 
7  *
8  * Mumit Khan  <khan@nanotech.wisc.edu>
9  *
10  */
11
12 int _CRT_MT = 0;