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:
Dylan Baker
2018-04-18 08:33:03 -07:00
parent b9fa7ec4fa
commit 2595b7c997
2 changed files with 2 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ _GLAPI_EXPORT extern void *_glapi_Context;
#endif /* defined (USE_ELF_TLS) */
void
_GLAPI_EXPORT void
_glapi_destroy_multithread(void);

View File

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