Re: windows

From: Chris Wedgwood <chris@dont-contact.us>
Date: Tue, 12 May 1998 11:38:01 +1200

--MimeMultipartBoundary
Content-Type: text/plain; charset=us-ascii

On Mon, May 11, 1998 at 02:22:18PM -0600, Duane Wessels wrote:
> Dancer writes:
>
> >I'm afraid not. 'WIN32' seems to be defined by the majority of windows
> >compilers when compiling a 32-bit app (note no leading underscores), but
> >there are some that don't do it, or (like VisC/++) just don't do it
> >consistantly.
>
> Ok, so here's what I have now in include/config.h.in
>
> #elif defined(__CYGWIN32__) || defined(WIN32) || defined(WINNT)
> #define _SQUID_MSWIN_
>
> Look reasonable?

If you could make that:

#elif defined(__CYGWIN32__) || defined(WIN32) || defined(WINNT) || defined(__WIN32__) || defined(__WIN32)
#define _SQUID_MSWIN_

Then older borland compilers will also work. (Has anyone tried to use BC for
the squid? I have the ROMS somewhere and can dig them up and have a go if
desired).

-Chris

--MimeMultipartBoundary--
Received on Tue Jul 29 2003 - 13:15:49 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:11:47 MST