From 7478783b208a72843d747549422e8544f2f1175a Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Sun, 28 Jan 2001 03:41:43 +0000 Subject: fixed unicodeconversion and parameter passing bugs in com and dotnet modules --- main/internal_functions_win32.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/internal_functions_win32.c') diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 1626aecc5d..762168b762 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -51,6 +51,7 @@ #include "ext/standard/php_assert.h" #include "ext/calendar/php_calendar.h" #include "ext/com/php_COM.h" +#include "ext/com/php_typedef_VARIANT.h" #include "ext/ftp/php_ftp.h" #include "ext/standard/reg.h" #include "ext/pcre/php_pcre.h" @@ -70,6 +71,7 @@ zend_module_entry *php_builtin_extensions[] = { #endif phpext_calendar_ptr, COM_module_ptr, + VARIANT_module_ptr, phpext_ftp_ptr, phpext_mysql_ptr, phpext_odbc_ptr, -- cgit v1.2.1