define GLAPIENTRY and GLAPI if not defined in gl.h
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 Aug 2002 21:47:31 +0000 (21:47 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 Aug 2002 21:47:31 +0000 (21:47 +0000)
include/GL/glu.h

index 36bd7c1..5eaa554 100644 (file)
 
 #include <GL/gl.h>
 
+#ifndef GLAPIENTRY
+#define GLAPIENTRY
+#endif
+
+#ifndef GLAPI
+#define GLAPI
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif