[Mesa3d-dev] Re: [Xorg] [Fwd: Re: CVS Update: xc (branch: trunk)]
Alexander Gottwald
alexander.gottwald at s1999.tu-chemnitz.de
Tue Jun 22 12:03:29 PDT 2004
On Tue, 22 Jun 2004, Brian Paul wrote:
> > The actual change is
> > $ cvs diff -kk -r 1.1.1.3 -r 1.2 gl.h
> > Index: gl.h
> > ===================================================================
> > RCS file: /cvs/xorg/xc/extras/Mesa/include/GL/gl.h,v
> > retrieving revision 1.1.1.3
> > retrieving revision 1.2
> > diff -u -r1.1.1.3 -r1.2
> > --- gl.h 16 Jun 2004 09:16:30 -0000 1.1.1.3
> > +++ gl.h 21 Jun 2004 13:35:05 -0000 1.2
> > @@ -61,6 +61,9 @@
> > # define GLAPI extern
> > # endif /* _STATIC_MESA support */
> > # define GLAPIENTRY __stdcall
> > +#elif defined(__CYGWIN__) && defined(USE_OPENGL32) /* use native windows opengl32 */
> > +# define GLAPI extern
> > +# define GLAPIENTRY __stdcall
> > #else
> > /* non-Windows compilation */
> > # define GLAPI extern
> >
>
> OK, I've checked this into Mesa CVS.
Thanks.
ago
--
Alexander.Gottwald at s1999.tu-chemnitz.de
http://www.gotti.org ICQ: 126018723
More information about the xorg
mailing list