From: Brian Paul Date: Tue, 27 Aug 2002 21:47:31 +0000 (+0000) Subject: define GLAPIENTRY and GLAPI if not defined in gl.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41771982c4e85e5a37d8ddac6b83de46391af478;p=mesa.git define GLAPIENTRY and GLAPI if not defined in gl.h --- 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