mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 21:30:23 +01:00
mesa: fix MSVC build break in extensions.h
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
39f51ec96f
commit
2de2e1702b
1 changed files with 3 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue