projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77dcf82
)
Win32 fix by Eero Pajarre.
author
Gareth Hughes
<gareth@valinux.com>
Tue, 14 Sep 1999 06:23:40 +0000
(06:23 +0000)
committer
Gareth Hughes
<gareth@valinux.com>
Tue, 14 Sep 1999 06:23:40 +0000
(06:23 +0000)
src/glut/glx/glutint.h
patch
|
blob
|
history
diff --git
a/src/glut/glx/glutint.h
b/src/glut/glx/glutint.h
index 752e9b356e6868f2e809d6d2572d6580cfe63777..df92f191a39311b0fd65d1a0a171fc1cf30ee006 100644
(file)
--- a/
src/glut/glx/glutint.h
+++ b/
src/glut/glx/glutint.h
@@
-22,10
+22,11
@@
#endif
/* added by BrianP: */
+#ifndef _WIN32
#define APIENTRY GLAPIENTRY
#define __cdecl GLAPIENTRY
#define CDECL GLAPIENTRY
-
+#endif
#define GLUT_BUILDING_LIB /* Building the GLUT library itself. */