home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
CMDS
/
elvis1.7.lzh
/
elvis1.7
/
borland.h
< prev
next >
Wrap
Text File
|
1993-03-19
|
492b
|
14 lines
/* borland.h
* This file will turn off the use of pre-compiled headers for a
* single source file when "included" before other include files
* and compiling with borland c. (Has no effect with turbo c.)
* (All this to work around a stupid bug that results in an
* executable not getting access to argc, argv, & envp. Needed
* only in a module with a 'main' function.)
* This needs to be in a separate file, because not everyone
* recognizes pragma directives.
*/
#pragma hdrstop