diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-09-09 18:13:35 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-09-09 18:13:35 +0000 |
commit | d86d1483ac7da934e935372722999164bfcf6ef7 (patch) | |
tree | 8784a70572dfce97de7b7f9fb3ca4cbe1664d082 /include | |
parent | c18fe0c92b69e25a95f773875825f092caa43cc2 (diff) |
Another attempt at fixing name mangling and gl__unused413().
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/gl_mangle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/gl_mangle.h b/include/GL/gl_mangle.h index 8d3306b9fb..873be540ab 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 */ |