projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f88ac1
)
added a bit of GLAPIENTRY, APIENTRY setup
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 27 Feb 2000 18:12:41 +0000
(18:12 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 27 Feb 2000 18:12:41 +0000
(18:12 +0000)
include/GL/glext.h
patch
|
blob
|
history
diff --git
a/include/GL/glext.h
b/include/GL/glext.h
index 808a2a5a60d7f6ce92749e48b3e6e2a20b04e172..a8580b4260b63196e188d1dc618834630d7273b0 100644
(file)
--- 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