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 36bd7c1398f4242f8d69b008da33a24a35a9170f..5eaa5547482bdf297c0b44b14292fa9f9bd95188 100644 (file)
 
 #include <GL/gl.h>
 
+#ifndef GLAPIENTRY
+#define GLAPIENTRY
+#endif
+
+#ifndef GLAPI
+#define GLAPI
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif