summaryrefslogtreecommitdiff
path: root/Zend/zend_modules.h
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_modules.h
parent717e934a88fd366f7328aeef51460a468fa69f00 (diff)
downloadphp-git-2946f87f00806f9324763549bbde35d8ffdd51b4.tar.gz
- Fix new -m on Windows
Diffstat (limited to 'Zend/zend_modules.h')
-rw-r--r--Zend/zend_modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h
index a2906b42ab..0dd01306c8 100644
--- a/Zend/zend_modules.h
+++ b/Zend/zend_modules.h
@@ -75,7 +75,7 @@ struct _zend_module_entry {
};
-extern HashTable module_registry;
+extern ZEND_API HashTable module_registry;
void module_destructor(zend_module_entry *module);
int module_registry_cleanup(zend_module_entry *module);