From: Karl Schultz Date: Mon, 20 Oct 2003 17:36:41 +0000 (+0000) Subject: Define GLAPIENTRYP properly so that GLU compiles on Windows. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=906449753f126f74ad3321d0af897f6609880c17;p=mesa.git Define GLAPIENTRYP properly so that GLU compiles on Windows. --- diff --git a/include/GL/glu.h b/include/GL/glu.h index 129777852f2..99515dcc373 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