import winsup-2000-02-17 snapshot
This commit is contained in:
12
winsup/mingw/crtst.c
Normal file
12
winsup/mingw/crtst.c
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* 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;
|
Reference in New Issue
Block a user