From 97ef398cd231fd2e426d6c602d3ca93b5a679105 Mon Sep 17 00:00:00 2001 From: ikits Date: Tue, 21 Nov 2006 07:09:12 +0000 Subject: [PATCH] bug fix git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@455 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/src/glew_head.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto/src/glew_head.h b/auto/src/glew_head.h index b86ab8f..c69599b 100644 --- a/auto/src/glew_head.h +++ b/auto/src/glew_head.h @@ -174,8 +174,8 @@ typedef _W64 int GLint64EXT; typedef _W64 unsigned int GLuint64EXT; # endif #else -typedef signed long long GLint64EXT -typedef unsigned long long GLuint64EXT +typedef signed long long GLint64EXT; +typedef unsigned long long GLuint64EXT; #endif #define GL_ACCUM 0x0100