summaryrefslogtreecommitdiff
path: root/ext/mcal/php_mcal.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcal/php_mcal.c')
-rw-r--r--ext/mcal/php_mcal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcal/php_mcal.c b/ext/mcal/php_mcal.c
index c709179ad5..6ac0925a6a 100644
--- a/ext/mcal/php_mcal.c
+++ b/ext/mcal/php_mcal.c
@@ -127,7 +127,7 @@ zend_module_entry php_mcal_module_entry = {
};
#if COMPILE_DL
-DLEXPORT zend_module_entry *get_module(void) { return &php_mcal_module_entry; }
+ZEND_GET_MODULE(php_mcal)
#endif
/*