mesa: add GLAPIENTRY to new _context_lost_X functions
authorBrian Paul <brianp@vmware.com>
Wed, 25 May 2016 17:45:13 +0000 (11:45 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 25 May 2016 18:23:12 +0000 (12:23 -0600)
commitae7c4a6f9805673932205f76003d95476729f2ee
tree35398f16fe544ef18156d4023bd2418b6ced2fad
parent1b62b47f6fcaf5a825a5a909c91e802bffae3b1d
mesa: add GLAPIENTRY to new _context_lost_X functions

To fix MSVC build.  Any function which goes into the dispatch table
needs to have the GLAPIENTRY (__stdcall) tag.

Reviewed-by: Kristian Høgsberg Kristensen <krh@bitplanet.net>
src/mesa/main/getstring.c