From 0f21a5d36b5ec77e19fd660af90c09eab684fec5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 27 Feb 2000 18:12:41 +0000 Subject: [PATCH] added a bit of GLAPIENTRY, APIENTRY setup --- include/GL/glext.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/GL/glext.h b/include/GL/glext.h index 808a2a5..a8580b4 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 -- 2.7.4