summaryrefslogtreecommitdiff
path: root/include
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
commit149e2787d17771f990d9407a2216225c147f6e66 (patch)
tree7cae4e895c9408f8bb65aa98de22f893f3145c82 /include
parent30d57645eea7345ba37cf5fc4d7d895269483395 (diff)
downloadglu-149e2787d17771f990d9407a2216225c147f6e66.tar.gz
Define GLAPIENTRYP properly so that GLU compiles on Windows.
Diffstat (limited to 'include')
-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 1297778..99515dc 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