- USE_GL_FUNC(PGLFNGLFOGCOORDDVEXTPROC,
glFogCoordvEXT, EXT_FOG_COORD, NULL )\
- USE_GL_FUNC(PGLFNGLFOGCOORDDVEXTPROC,
glFogCoorddvEXT, EXT_FOG_COORD, NULL )\ I think I fixed that one with a patch in my glFogCoord emulation patchset a few days ago. Did you forget to update your git tree, or did I miss something?
Other than that, the patch breaks the alignment of the 3rd and 4th column because a 'v' was added to the function name, but no space removed to keep the alignment.