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 I think it is a typo from someone. The SGI OpenGL for Cygwin precompiled and code is available from http://siddiqi.webjump.com Regards Suhaib
- Re: [oglbase-discuss] glext.h Brian Paul
- Re: [oglbase-discuss] glext.h Thomas Roell
- Re: [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
