summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-10-26 23:50:17 +0000
committerAndi Gutmans <andi@php.net>2000-10-26 23:50:17 +0000
commit2946f87f00806f9324763549bbde35d8ffdd51b4 (patch)
tree8d03f2e15416064c2cc4240af4d7ae2b86ae60d7 /Zend/zend_API.c
parent717e934a88fd366f7328aeef51460a468fa69f00 (diff)
downloadphp-git-2946f87f00806f9324763549bbde35d8ffdd51b4.tar.gz
- Fix new -m on Windows
Diffstat (limited to 'Zend/zend_API.c')
-rw-r--r--Zend/zend_API.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_API.c b/Zend/zend_API.c
index 984ac63c19..761e1b142e 100644
--- a/Zend/zend_API.c
+++ b/Zend/zend_API.c
@@ -30,7 +30,7 @@
/* these variables are true statics/globals, and have to be mutex'ed on every access */
static int module_count=0;
-HashTable module_registry;
+ZEND_API HashTable module_registry;
/* this function doesn't check for too many parameters */
ZEND_API int zend_get_parameters(int ht, int param_count, ...)