home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Win32 Under the API
/
ProgrammingWin32UnderTheApiPatVillani.iso
/
src
/
mingw-runtime-19991107
/
mingw
/
crtst.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-08-18
|
275 b
|
13 lines
/*
* 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;