From 906449753f126f74ad3321d0af897f6609880c17 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Mon, 20 Oct 2003 17:36:41 +0000 Subject: Define GLAPIENTRYP properly so that GLU compiles on Windows. --- include/GL/glu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/GL') diff --git a/include/GL/glu.h b/include/GL/glu.h index 129777852f..99515dcc37 100644 --- a/include/GL/glu.h +++ b/include/GL/glu.h @@ -41,7 +41,7 @@ #endif #ifndef GLAPIENTRYP -#define GLAPIENTRYP +#define GLAPIENTRYP GLAPIENTRY * #endif #ifndef GLAPI -- cgit v1.2.3