print '# define THREADS'
print '#endif'
print ''
+ print '#ifdef USE_MGL_NAMESPACE'
+ print '#define _glapi_Dispatch _mglapi_Dispatch'
+ print '#endif'
+ print ''
print '\t.text'
print ''
print '#ifdef GLX_USE_TLS'
print '# define THREADS'
print '#endif'
print ''
+ print '#ifdef USE_MGL_NAMESPACE'
+ print '#define _glapi_Dispatch _mglapi_Dispatch'
+ print '#endif'
+ print ''
print '#ifdef GLX_USE_TLS'
print ''
print '# define GL_STUB(fn,off,fn_alt)\t\t\t\\'
/*
* Mesa 3-D graphics library
- * Version: 6.5.1
+ * Version: 6.5.2
*
* Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
*
#define GLTHREAD_H
+#if defined(USE_MGL_NAMESPACE)
+#define _glapi_Dispatch _mglapi_Dispatch
+#endif
+
+
+
#if (defined(PTHREADS) || defined(SOLARIS_THREADS) ||\
defined(WIN32_THREADS) || defined(USE_XTHREADS) || defined(BEOS_THREADS)) \
&& !defined(THREADS)