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
- Re: [oglbase-discuss] glext.h Brian Paul
- Re: [oglbase-discuss] glext.h Thomas Roell
- [oglbase-discuss] glext.h Suhaib Siddiqi
- RE: [oglbase-discuss] glext.h Brian Paul
- RE: [oglbase-discuss] glext.h Suhaib Siddiqi
- RE: [oglbase-discuss] glext.h Mark Kilgard
- RE: [oglbase-discuss] glext.h Suhaib M. Siddiqi
- Re: [oglbase-discuss] glext.h Brian Paul
- RE: [oglbase-discuss] glext.h Suhaib M. Siddiqi
