diff options
author | Harald Radi <phanto@php.net> | 2001-10-17 12:50:44 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2001-10-17 12:50:44 +0000 |
commit | 67e663efbfc50baeab3d9ce7cb7c1d62d85c973a (patch) | |
tree | 5354a52688c91245309e5ffecd954054ddf16a43 /main/internal_functions_win32.c | |
parent | d5f1b1b60f9249b86cb384defc3b8cc35982709f (diff) | |
download | php-git-67e663efbfc50baeab3d9ce7cb7c1d62d85c973a.tar.gz |
rename com module entry
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 2060b90c83..4876419466 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -51,7 +51,6 @@ #include "ext/standard/php_assert.h" #include "ext/calendar/php_calendar.h" #include "ext/com/php_COM.h" -#include "ext/com/php_VARIANT.h" #include "ext/ftp/php_ftp.h" #include "ext/standard/reg.h" #include "ext/pcre/php_pcre.h" @@ -71,7 +70,7 @@ zend_module_entry *php_builtin_extensions[] = { phpext_bcmath_ptr, #endif phpext_calendar_ptr, - COM_module_ptr, + phpext_com_ptr, phpext_ftp_ptr, #if defined(MBSTR_ENC_TRANS) phpext_mbstring_ptr, |