summaryrefslogtreecommitdiff
path: root/include
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
commit30d57645eea7345ba37cf5fc4d7d895269483395 (patch)
treef01cd8635ca83ea366c7b3f485a32f3d3575f9c3 /include
parent636e6d38002c1b72f35ea5af75da9c2048a6b330 (diff)
downloadglu-30d57645eea7345ba37cf5fc4d7d895269483395.tar.gz
Minor changes to make linux-solo build again
Diffstat (limited to 'include')
-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 719feb1..1297778 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