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