fixed GLhandleARB

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@365 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2005-01-06 06:25:07 +00:00
parent 0c4cfb6121
commit 389547f074
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ EOT
# add typedefs to GL_ARB_shader_objects
cat >> $1/GL_ARB_shader_objects <<EOT
typedef char GLcharARB
typedef int GLhandleARB
typedef unsigned int GLhandleARB
EOT
# fix const correctness in GL_ARB_shader_objects