mesa: fix MSVC build break in extensions.h

Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Brian Paul 2015-11-12 15:59:21 -07:00
parent 39f51ec96f
commit 2de2e1702b

View file

@ -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 */