From 41771982c4e85e5a37d8ddac6b83de46391af478 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 27 Aug 2002 21:47:31 +0000 Subject: define GLAPIENTRY and GLAPI if not defined in gl.h --- include/GL/glu.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/GL/glu.h b/include/GL/glu.h index 36bd7c1398..5eaa554748 100644 --- a/include/GL/glu.h +++ b/include/GL/glu.h @@ -36,6 +36,14 @@ #include +#ifndef GLAPIENTRY +#define GLAPIENTRY +#endif + +#ifndef GLAPI +#define GLAPI +#endif + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3