diff options
author | Harald Radi <phanto@php.net> | 2002-03-16 22:22:32 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-03-16 22:22:32 +0000 |
commit | a9818789c3150dfef048a650b94e4388477f2c8e (patch) | |
tree | 566e9295e4ac4e7a590d84e86aaff6a66322390c | |
parent | 30f8f951971d02e87e90ea697ba7604ce25d64a2 (diff) | |
download | php-git-a9818789c3150dfef048a650b94e4388477f2c8e.tar.gz |
no message
-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 54c899734d..e78d4ffba4 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -50,7 +50,7 @@ #include "ext/standard/php_array.h" #include "ext/standard/php_assert.h" #include "ext/calendar/php_calendar.h" -#include "ext/com/php_COM.h" +#include "ext/rpc/php_rpc.h" #include "ext/ftp/php_ftp.h" #include "ext/standard/reg.h" #include "ext/pcre/php_pcre.h" @@ -73,7 +73,7 @@ zend_module_entry *php_builtin_extensions[] = { phpext_bcmath_ptr, #endif phpext_calendar_ptr, - phpext_com_ptr, + phpext_rpc_ptr, phpext_ftp_ptr, #if defined(MBSTR_ENC_TRANS) phpext_mbstring_ptr, |