From a4edfc06c5afd296596838dc79d5bdafc7abd5d3 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 17 Jun 2000 14:56:19 +0000 Subject: [PATCH] - Export ts_resource_ex in order to succesfully build Windows version --- TSRM/TSRM.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TSRM/TSRM.c b/TSRM/TSRM.c index f1fdd3a85e..20dc9931c3 100644 --- a/TSRM/TSRM.c +++ b/TSRM/TSRM.c @@ -206,7 +206,7 @@ static void allocate_new_resource(tsrm_tls_entry **thread_resources_ptr, THREAD_ /* fetches the requested resource for the current thread */ -void *ts_resource_ex(ts_rsrc_id id, THREAD_T *th_id) +TSRM_API void *ts_resource_ex(ts_rsrc_id id, THREAD_T *th_id) { THREAD_T thread_id; int hash_value; -- 2.50.1