fix MGL namespace warning (patch 1014800)

This commit is contained in:
Brian Paul
2004-08-25 15:20:56 +00:00
parent 9554411af6
commit d99e5505f3
+4
View File
@@ -129,7 +129,11 @@ class PrintGlOffsets(gl_XML.FilterGLAPISpecBase):
#error RETURN_DISPATCH must be defined
#endif
#ifdef USE_MGL_NAMESPACE
GLAPI void GLAPIENTRY mgl__unused413(void); /* silence warning */
#else
GLAPI void GLAPIENTRY gl__unused413(void); /* silence warning */
#endif
"""
return