diff options
author | Zeev Suraski <zeev@php.net> | 1999-05-04 20:27:30 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-05-04 20:27:30 +0000 |
commit | 9e67cded5e5927bbde212fdc37a72ce29aa32b2e (patch) | |
tree | 71888895ae24486afecf33b7c04235f7c62b29ce /main/internal_functions_win32.c | |
parent | 95af652d2b6d0bbaa57d9658a9951fe29620dbb7 (diff) | |
download | php-git-9e67cded5e5927bbde212fdc37a72ce29aa32b2e.tar.gz |
Get Win32 to compile again
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 }; |