summaryrefslogtreecommitdiff
path: root/include/GL/glu.h
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2003-10-20 17:36:41 +0000
committerKarl Schultz <kschultz@freedesktop.org>2003-10-20 17:36:41 +0000
commit906449753f126f74ad3321d0af897f6609880c17 (patch)
tree75c7692ee71c66c3ba0b630834bca9e354d2c947 /include/GL/glu.h
parentec7eb274ab7728bf46cf4d42cd8f52db44fedd86 (diff)
Define GLAPIENTRYP properly so that GLU compiles on Windows.
Diffstat (limited to 'include/GL/glu.h')
-rw-r--r--include/GL/glu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h
index 129777852f..99515dcc37 100644
--- a/include/GL/glu.h
+++ b/include/GL/glu.h
@@ -41,7 +41,7 @@
#endif
#ifndef GLAPIENTRYP
-#define GLAPIENTRYP
+#define GLAPIENTRYP GLAPIENTRY *
#endif
#ifndef GLAPI