summaryrefslogtreecommitdiff
path: root/ext/swf/swf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/swf/swf.c')
-rw-r--r--ext/swf/swf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/swf/swf.c b/ext/swf/swf.c
index e5283e7147..229b0504b7 100644
--- a/ext/swf/swf.c
+++ b/ext/swf/swf.c
@@ -107,7 +107,7 @@ zend_module_entry swf_module_entry = {
};
#ifdef COMPILE_DL_SWF
-ZEND_DLEXPORT zend_module_entry *get_module(void) { return &swf_module_entry; }
+ZEND_GET_MODULE(swf)
#endif
PHP_MINFO_FUNCTION(swf)