projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39f51ec
)
mesa: fix MSVC build break in extensions.h
author
Brian Paul
<brianp@vmware.com>
Thu, 12 Nov 2015 22:59:21 +0000
(15:59 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 12 Nov 2015 23:57:18 +0000
(16:57 -0700)
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/mesa/main/extensions.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/extensions.h
b/src/mesa/main/extensions.h
index e4671be2cf68822330ac667c5149eecde2484450..1615e1cc0a42769d8945d7b385305f78195fc131 100644
(file)
--- a/
src/mesa/main/extensions.h
+++ b/
src/mesa/main/extensions.h
@@
-75,7
+75,9
@@
struct mesa_extension {
/** Year the extension was proposed or approved. Used to sort the
* extension string chronologically. */
uint16_t year;
-} extern const _mesa_extension_table[];
+};
+
+extern const struct mesa_extension _mesa_extension_table[];
/* Generate enums for the functions below */