make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug report: Compile with Microsoft and Intel compiler


From: Alessandro Vesely
Subject: Re: Bug report: Compile with Microsoft and Intel compiler
Date: Thu, 28 Apr 2005 10:28:03 +0200

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]