From a915739887477b28d924ecc8417ee107d125bd6c Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 6 Sep 2009 18:48:27 +0000 Subject: Switched to xorg-server-1.6.99.900.tar.gz --- xorg-server/glx/glapi.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xorg-server/glx/glapi.c') diff --git a/xorg-server/glx/glapi.c b/xorg-server/glx/glapi.c index 94a804329..fa3808e4d 100644 --- a/xorg-server/glx/glapi.c +++ b/xorg-server/glx/glapi.c @@ -53,7 +53,8 @@ #ifdef HAVE_DIX_CONFIG_H #include -#define PUBLIC +#include +#define PUBLIC _X_EXPORT #else @@ -242,7 +243,7 @@ str_dup(const char *str) * We should call this periodically from a function such as glXMakeCurrent * in order to test if multiple threads are being used. */ -void +PUBLIC void _glapi_check_multithread(void) { #if defined(THREADS) && !defined(GLX_USE_TLS) -- cgit v1.2.3