Graphics Problem

Joe Giles jgiles at joeman1.com
Tue Jun 17 10:27:51 CDT 2003


This did not happen on the Stable release, only the CVS. Is there a
reason this happened only on the CVS?

I'm just curious.

Thanks

Joe
On Tue, 2003-06-17 at 06:03, Rob Hughes wrote:
> > This is caused by GLintptrARB and GLsizeiptrARB being defined in both
> > the NVIDIA GLX headers and in opengl_ext.c in wine. Just comment out
> > these two lines from dlls/opengl32/opengl_ext.c in the wine source
> > directory and it'll build:
> > typedef ptrdiff_t GLintptrARB;
> > typedef ptrdiff_t GLsizeiptrARB;
> > 
> 
> You ARE the man! Thanks!
> 
> Rob




More information about the wine-users mailing list