SiO2 Software wrote:
>
> 1. #define MESA_MINOR_VERSION 1
> Shouldn't this be "3" instead of "1"? (GL\gl.h)
The MESA_MAJOR_VERSION and MESA_MINOR_VERSION defines in gl.h are
going away. I'm trying to make Mesa's headers more compatible
with OpenGL's. There shouldn't be a reason to use these
symbols in app code.
> 2. The file "strings.h" is included in some files, but it's not
> in my MSVC install. (I got round this by creating an empty
> strings.h file - compiled OK with this blank strings.h)
I removed #include <strings.h> from glapi.c - it wasn't needed.
> 3. Missing GLAPIENTRY from glConvolution* and glCopy* in glapi.c. MSVC
> compiler reports this as an error.
Thanks for fixing this.
-Brian
_______________________________________________
Mesa-dev maillist - [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev