From 4c47f443f489f9adc13931a6c2bf3f75e26d0388 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Thu, 20 Sep 2001 22:19:41 +0000 Subject: add the same conditional mangling stuff that gl.h has. --- include/GL/glu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/GL/glu.h b/include/GL/glu.h index 4de6965..54eb836 100644 --- a/include/GL/glu.h +++ b/include/GL/glu.h @@ -30,6 +30,10 @@ #ifndef __glu_h__ #define __glu_h__ +#if defined(USE_MGL_NAMESPACE) +#include "glu_mangle.h" +#endif + #include #ifdef __cplusplus -- cgit v1.2.1