projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57a055c
)
defined APIENTRY if undefined
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 22 May 2000 16:26:52 +0000
(16:26 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 22 May 2000 16:26:52 +0000
(16:26 +0000)
src/glut/glx/glutint.h
patch
|
blob
|
history
diff --git
a/src/glut/glx/glutint.h
b/src/glut/glx/glutint.h
index 7849a01acd533dc4baf33cbcd77357f31d6cade7..71dceeceeeecef67daa4c9d0cc52d23d14d4239f 100644
(file)
--- a/
src/glut/glx/glutint.h
+++ b/
src/glut/glx/glutint.h
@@
-30,7
+30,9
@@
#ifndef _WIN32
/* added by BrianP: */
+#ifndef APIENTRY
#define APIENTRY GLAPIENTRY
+#endif
#define __cdecl GLAPIENTRY
#define CDECL GLAPIENTRY
#endif