From 41771982c4e85e5a37d8ddac6b83de46391af478 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 27 Aug 2002 21:47:31 +0000 Subject: [PATCH] define GLAPIENTRY and GLAPI if not defined in gl.h --- include/GL/glu.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/GL/glu.h b/include/GL/glu.h index 36bd7c1398f..5eaa5547482 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 -- 2.30.2