diff options
Diffstat (limited to 'ext/swf/swf.c')
-rw-r--r-- | ext/swf/swf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/swf/swf.c b/ext/swf/swf.c index b8e8d980f3..245208b33a 100644 --- a/ext/swf/swf.c +++ b/ext/swf/swf.c @@ -108,7 +108,7 @@ zend_module_entry swf_module_entry = { STANDARD_MODULE_PROPERTIES }; -#if defined(COMPILE_DL) || defined(COMPILE_DL_SWF) +#ifdef COMPILE_DL_SWF ZEND_GET_MODULE(swf) #endif |