diff options
Diffstat (limited to 'ext/swf/php_swf.h')
-rw-r--r-- | ext/swf/php_swf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/swf/php_swf.h b/ext/swf/php_swf.h index 723e63896d..f43dc8ef6e 100644 --- a/ext/swf/php_swf.h +++ b/ext/swf/php_swf.h @@ -21,6 +21,10 @@ #ifndef _PHP_SWF_H #define _PHP_SWF_H +#if COMPILE_DL +#undef HAVE_SWF +#define HAVE_SWF 1 +#endif #if HAVE_SWF |