mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
glapi: export glapi_destroy_multithread when building shared-glapi on windows
Which will allow meson to build a shared glapi build with mingw. v2: - Add symbol to symbol check test Reviewed-by: Eric Anholt <eric@anholt.net> (v1) Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
b9fa7ec4fa
commit
2595b7c997
2 changed files with 2 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ _GLAPI_EXPORT extern void *_glapi_Context;
|
|||
#endif /* defined (USE_ELF_TLS) */
|
||||
|
||||
|
||||
void
|
||||
_GLAPI_EXPORT void
|
||||
_glapi_destroy_multithread(void);
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ _glapi_Context
|
|||
_glapi_Dispatch
|
||||
_glapi_add_dispatch
|
||||
_glapi_check_multithread
|
||||
_glapi_destroy_multithread
|
||||
_glapi_get_context
|
||||
_glapi_get_dispatch
|
||||
_glapi_get_dispatch_table_size
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue