Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
This commit is contained in:
@@ -49,7 +49,11 @@ class PrintGlTable(gl_XML.gl_print_base):
|
||||
|
||||
def printRealHeader(self):
|
||||
print '#ifndef GLAPIENTRYP'
|
||||
print '#define GLAPIENTRYP'
|
||||
print '# ifndef GLAPIENTRY'
|
||||
print '# define GLAPIENTRY'
|
||||
print '# endif'
|
||||
print ''
|
||||
print '# define GLAPIENTRYP GLAPIENTRY *'
|
||||
print '#endif'
|
||||
print ''
|
||||
print 'typedef void (*_glapi_proc)(void); /* generic function pointer */'
|
||||
|
||||
@@ -30,7 +30,11 @@
|
||||
# define _GLAPI_TABLE_H_
|
||||
|
||||
#ifndef GLAPIENTRYP
|
||||
#define GLAPIENTRYP
|
||||
# ifndef GLAPIENTRY
|
||||
# define GLAPIENTRY
|
||||
# endif
|
||||
|
||||
# define GLAPIENTRYP GLAPIENTRY *
|
||||
#endif
|
||||
|
||||
typedef void (*_glapi_proc)(void); /* generic function pointer */
|
||||
|
||||
Reference in New Issue
Block a user