diff --git a/auto/src/glew_head.h b/auto/src/glew_head.h index ccd52ae..c7945c8 100644 --- a/auto/src/glew_head.h +++ b/auto/src/glew_head.h @@ -160,6 +160,7 @@ typedef signed char GLbyte; typedef short GLshort; typedef unsigned char GLubyte; typedef unsigned short GLushort; +typedef unsigned long GLulong; typedef float GLfloat; typedef float GLclampf; typedef double GLdouble;