From 9e67cded5e5927bbde212fdc37a72ce29aa32b2e Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 4 May 1999 20:27:30 +0000 Subject: Get Win32 to compile again --- main/internal_functions_win32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/internal_functions_win32.c') diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 11f06628df..4696b8a4fb 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -44,6 +44,7 @@ #include "ext/db/php3_db.h" #include "ext/gd/php3_gd.h" #include "ext/standard/php3_standard.h" +#include "ext/COM/php3_COM.h" /* SNMP has to be moved to ext */ /* #include "dl/snmp/php3_snmp.h" */ @@ -55,9 +56,8 @@ unsigned char second_arg_allow_ref[] = { 2, BYREF_NONE, BYREF_ALLOW }; zend_module_entry *php3_builtin_modules[] = { phpext_bcmath_ptr, - phpext_db_ptr, - phpext_gd_ptr, phpext_standard_ptr, + COM_module_ptr }; -- cgit v1.2.1