Jerker B�ck wrote:
> [...]
> Func      Microsoft     Borland
> --------------------------------
> chdir     <direct.h>    <dir.h>

On Borland, dir.h is included from <direct.h>

[...]
> mktemp    <io.h>            -

In bcc55/include/io.h I have
#if !defined(__STDC__)
char  * _RTLENTRY _EXPFUNC mktemp( char *__template );

My understanding is that Borland seeks, and always has sought,
MSVC compatibility.


_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to