From 55336ae09d422842a72d8795154fe30992a4f648 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 15 Jun 2000 07:33:48 +0000 Subject: ---------------------------------------------------------------------- Committing in . VMS : >31 character-external problem Modified Files: Mesa/include/GL/glext.h ---------------------------------------------------------------------- --- include/GL/glext.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/GL') diff --git a/include/GL/glext.h b/include/GL/glext.h index 3ee1cef05e..f721a9fd70 100644 --- a/include/GL/glext.h +++ b/include/GL/glext.h @@ -2712,6 +2712,12 @@ extern void APIENTRY glCombinerOutputNV (GLenum, GLenum, GLenum, GLenum, GLenum, extern void APIENTRY glFinalCombinerInputNV (GLenum, GLenum, GLenum, GLenum); extern void APIENTRY glGetCombinerInputParameterfvNV (GLenum, GLenum, GLenum, GLenum, GLfloat *); extern void APIENTRY glGetCombinerInputParameterivNV (GLenum, GLenum, GLenum, GLenum, GLint *); +#ifdef VMS + #define glGetCombinerOutputParameterfvNV glGetCombinerOutputParameterfvN + #define glGetCombinerOutputParameterivNV glGetCombinerOutputParameterivN + #define glGetFinalCombinerInputParameterfvNV glGetFinalCombinerInputParafvNV + #define glGetFinalCombinerInputParameterivNV glGetFinalCombinerInputParaivNV +#endif extern void APIENTRY glGetCombinerOutputParameterfvNV (GLenum, GLenum, GLenum, GLfloat *); extern void APIENTRY glGetCombinerOutputParameterivNV (GLenum, GLenum, GLenum, GLint *); extern void APIENTRY glGetFinalCombinerInputParameterfvNV (GLenum, GLenum, GLfloat *); -- cgit v1.2.3