diff options
author | Andi Gutmans <andi@php.net> | 2000-06-17 14:56:19 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-06-17 14:56:19 +0000 |
commit | a4edfc06c5afd296596838dc79d5bdafc7abd5d3 (patch) | |
tree | f2a7a466cd569facb66453e7b8365d3386b9b6da /TSRM/TSRM.c | |
parent | 1e5a405c5c8964126b1b86511093e0dce43bd177 (diff) | |
download | php-git-a4edfc06c5afd296596838dc79d5bdafc7abd5d3.tar.gz |
- Export ts_resource_ex in order to succesfully build Windows version
Diffstat (limited to 'TSRM/TSRM.c')
-rw-r--r-- | TSRM/TSRM.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |