summaryrefslogtreecommitdiff
path: root/include/GL
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-09-09 18:13:35 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-09-09 18:13:35 +0000
commitd86d1483ac7da934e935372722999164bfcf6ef7 (patch)
tree8784a70572dfce97de7b7f9fb3ca4cbe1664d082 /include/GL
parentc18fe0c92b69e25a95f773875825f092caa43cc2 (diff)
Another attempt at fixing name mangling and gl__unused413().
Diffstat (limited to 'include/GL')
-rw-r--r--include/GL/gl_mangle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/gl_mangle.h b/include/GL/gl_mangle.h
index 8d3306b9fb1..873be540ab1 100644
--- a/include/GL/gl_mangle.h
+++ b/include/GL/gl_mangle.h
@@ -30,6 +30,7 @@
/* Internal symbols which may collide with other OpenGL implementations. */
#define __glCoreCreateContext __mglCoreCreateContext
#define __glCoreNopDispatch __mglCoreNopDispatch
+#define gl__unused413 MANGLE(__unused413)
/*REGENERATE_TO_END-----------ALL LINES BELOW HERE GET REPLACED ON REGENERATION */