]> granicus.if.org Git - php/commitdiff
rename com module entry
authorHarald Radi <phanto@php.net>
Wed, 17 Oct 2001 12:50:44 +0000 (12:50 +0000)
committerHarald Radi <phanto@php.net>
Wed, 17 Oct 2001 12:50:44 +0000 (12:50 +0000)
main/internal_functions_win32.c

index 2060b90c83ea02e05c441616eab86c7c71a74af6..4876419466e8bef5d7769054cfb0e0ad5b10f8f8 100644 (file)
@@ -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,