From a9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 10 Jun 2000 08:48:01 +0000 Subject: - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 --- ext/swf/php_swf.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/swf') diff --git a/ext/swf/php_swf.h b/ext/swf/php_swf.h index 3cb06178d5..d6db4154db 100644 --- a/ext/swf/php_swf.h +++ b/ext/swf/php_swf.h @@ -21,11 +21,6 @@ #ifndef _PHP_SWF_H #define _PHP_SWF_H -#ifdef COMPILE_DL_SWF -#undef HAVE_SWF -#define HAVE_SWF 1 -#endif - #if HAVE_SWF extern zend_module_entry swf_module_entry; -- cgit v1.2.1