From 78de970ec9876a17f493f75856609dce450a76c2 Mon Sep 17 00:00:00 2001 From: ikits Date: Tue, 18 Feb 2003 06:34:33 +0000 Subject: [PATCH] bug fix git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@41 783a27ee-832a-0410-bc00-9f386506c6dd --- include/GL/glew.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GL/glew.h b/include/GL/glew.h index 550b973..035f0cd 100644 --- a/include/GL/glew.h +++ b/include/GL/glew.h @@ -3420,7 +3420,7 @@ extern GLEW_EXPORT PFNGLSTENCILFUNCSEPARATEATIPROC glStencilFuncSeparateATI; #ifdef GL_ATI_vertex_array_object -#define GL_EXTERN GLEW_EXPORT_ATI 0x8760 +#define GL_STATIC_ATI 0x8760 #define GL_DYNAMIC_ATI 0x8761 #define GL_PRESERVE_ATI 0x8762 #define GL_DISCARD_ATI 0x8763