summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-04-18 08:33:03 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-05-17 11:06:01 -0700
commitc3f67f441aa443c19663d04c88e3ad325c8a0e51 (patch)
tree7af658c3131c7224d6e9905ce77d11ec06fa3319
parente7c76ec58dde2b024404e82d06e4142cab40194d (diff)
glapi: export glapi_destroy_multithread when building shared-glapi on windows
Which will allow meson to build a shared glapi build with mingw.
-rw-r--r--src/mapi/glapi/glapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/glapi.h b/src/mapi/glapi/glapi.h
index d5d4e0a03a..cbdef2e4c5 100644
--- a/src/mapi/glapi/glapi.h
+++ b/src/mapi/glapi/glapi.h
@@ -114,7 +114,7 @@ _GLAPI_EXPORT extern void *_glapi_Context;
#endif /* defined (GLX_USE_TLS) */
-void
+_GLAPI_EXPORT void
_glapi_destroy_multithread(void);