projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a644b3
)
conditionally define GLAPIENTRYP to prevent some warnings in linux-solo
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 6 Dec 2003 17:58:30 +0000
(17:58 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 6 Dec 2003 17:58:30 +0000
(17:58 +0000)
src/mesa/main/glheader.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/glheader.h
b/src/mesa/main/glheader.h
index c0123d6cfe22d535bec5bf1726f9595ecd07e5c0..952a62d3fa55b7f9f3340102138a3de474b35fa8 100644
(file)
--- a/
src/mesa/main/glheader.h
+++ b/
src/mesa/main/glheader.h
@@
-121,7
+121,9
@@
/* non-Windows compilation */
# define GLAPI extern
# define GLAPIENTRY
-# define GLAPIENTRYP *
+# ifndef GLAPIENTRYP
+# define GLAPIENTRYP *
+# endif
# define GLCALLBACK
# define GLCALLBACKP *
# define GLCALLBACKPCAST *