diff options
-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, |