From: Brian Paul Date: Sun, 27 Feb 2000 18:12:41 +0000 (+0000) Subject: added a bit of GLAPIENTRY, APIENTRY setup X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f21a5d36b5ec77e19fd660af90c09eab684fec5;p=mesa.git added a bit of GLAPIENTRY, APIENTRY setup --- diff --git a/include/GL/glext.h b/include/GL/glext.h index 808a2a5a60d..a8580b4260b 100644 --- a/include/GL/glext.h +++ b/include/GL/glext.h @@ -23,6 +23,10 @@ extern "C" { #define GLAPI extern #endif +#ifdef GLAPIENTRY +#define APIENTRY GLAPIENTRY +#endif + #ifndef APIENTRY #define APIENTRY #endif