projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb657ef
)
define GLAPIENTRY and GLAPI if not defined in gl.h
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 Aug 2002 21:47:31 +0000
(21:47 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 Aug 2002 21:47:31 +0000
(21:47 +0000)
include/GL/glu.h
patch
|
blob
|
history
diff --git
a/include/GL/glu.h
b/include/GL/glu.h
index 36bd7c1398f4242f8d69b008da33a24a35a9170f..5eaa5547482bdf297c0b44b14292fa9f9bd95188 100644
(file)
--- a/
include/GL/glu.h
+++ b/
include/GL/glu.h
@@
-36,6
+36,14
@@
#include <GL/gl.h>
+#ifndef GLAPIENTRY
+#define GLAPIENTRY
+#endif
+
+#ifndef GLAPI
+#define GLAPI
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif