From ab2791fadc36f8cc3ff0944a3b1ff6d0e1c0aca0 Mon Sep 17 00:00:00 2001 From: ikits Date: Fri, 28 Dec 2007 03:08:00 +0000 Subject: [PATCH] Bug fix git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@527 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/src/glew_head.h | 1 + 1 file changed, 1 insertion(+) 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;