summaryrefslogtreecommitdiff
path: root/include/GL/glu.h
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@gmail.com>2003-10-16 04:50:42 +0000
committerJon Smirl <jonsmirl@gmail.com>2003-10-16 04:50:42 +0000
commit3fc0db95e4b44fab108fd0495933f0d83c9b6336 (patch)
tree0404de2a23558337dc0390186cc68dea3a794e4a /include/GL/glu.h
parentf62b8985d6f1a73b46aa4ccdd7ed8289352d9bc6 (diff)
Minor changes to make linux-solo build again
Diffstat (limited to 'include/GL/glu.h')
-rw-r--r--include/GL/glu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h
index 719feb1aed..129777852f 100644
--- a/include/GL/glu.h
+++ b/include/GL/glu.h
@@ -40,6 +40,10 @@
#define GLAPIENTRY
#endif
+#ifndef GLAPIENTRYP
+#define GLAPIENTRYP
+#endif
+
#ifndef GLAPI
#define GLAPI
#endif