Brian,
Yes.  Actually only __CYGWIN__ should be used.  __CYGWIN32__ had been
deprecated by
Cygnus/RedHat, a year ago.  Cygwin32 name used win32 in it was considered
a Microsoft WIn32 trademark incoporation into Cygnus technology, there
Cygnus
stopped using __CYGWIN32__ since long time.

Suhaib

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Paul
> Sent: Monday, May 22, 2000 3:18 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [oglbase-discuss] glext.h
>
>
> Suhaib Siddiqi wrote:
> >
> > I noticed in the new OpenGL glext.h,
> >
> > #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN32)
> > #define WIN32_LEAN_AND_MEAN 1
> > #include <windows.h>
> > #endif
> >
> > This should be
> >
> > #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__)
> > #define WIN32_LEAN_AND_MEAN 1
> > #include <windows.h>
> > #endif
>
> Should the same thing be used in Mesa 3.3's glext.h?
>
> There's a few issues to be addressed before I switch to SGI's glext.h
>
> -Brian

Reply via email to