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 229b0504b7..e680feebac 100644 --- a/ext/swf/swf.c +++ b/ext/swf/swf.c @@ -106,7 +106,7 @@ zend_module_entry swf_module_entry = {  	STANDARD_MODULE_PROPERTIES  }; -#ifdef COMPILE_DL_SWF +#if defined(COMPILE_DL) || defined(COMPILE_DL_SWF)  ZEND_GET_MODULE(swf)  #endif  | 
