added a bit of GLAPIENTRY, APIENTRY setup
authorBrian Paul <brian.paul@tungstengraphics.com>
Sun, 27 Feb 2000 18:12:41 +0000 (18:12 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sun, 27 Feb 2000 18:12:41 +0000 (18:12 +0000)
include/GL/glext.h

index 808a2a5..a8580b4 100644 (file)
@@ -23,6 +23,10 @@ extern "C" {
 #define GLAPI extern
 #endif
 
+#ifdef GLAPIENTRY
+#define APIENTRY GLAPIENTRY
+#endif
+
 #ifndef APIENTRY
 #define APIENTRY
 #endif