]> granicus.if.org Git - php/commitdiff
- Export ts_resource_ex in order to succesfully build Windows version
authorAndi Gutmans <andi@php.net>
Sat, 17 Jun 2000 14:56:19 +0000 (14:56 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 17 Jun 2000 14:56:19 +0000 (14:56 +0000)
TSRM/TSRM.c

index f1fdd3a85e23e7f08f25128edd6c90dc57a32fcf..20dc9931c37aac83fa78a14f8f52bab2a602d054 100644 (file)
@@ -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;