From: Emil Velikov <[email protected]>
Cc: [email protected]
Cc: Dylan Baker <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
---
src/mapi/glapi/gen/gl_table.py | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/mapi/glapi/gen/gl_table.py b/src/mapi/glapi/gen/gl_table.py
index 80a44f48488..579efa80e17 100644
--- a/src/mapi/glapi/gen/gl_table.py
+++ b/src/mapi/glapi/gen/gl_table.py
@@ -58,12 +58,20 @@ class PrintGlTable(gl_XML.gl_print_base):
print '#endif'
print ''
print ''
+ print '#ifdef __cplusplus'
+ print 'extern "C" {'
+ print '#endif'
+ print ''
print 'struct _glapi_table'
print '{'
return
def printRealFooter(self):
print '};'
+ print ''
+ print '#ifdef __cplusplus'
+ print '}'
+ print '#endif'
return
--
2.15.0
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev