summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2001-01-28 03:41:43 +0000
committerHarald Radi <phanto@php.net>2001-01-28 03:41:43 +0000
commit7478783b208a72843d747549422e8544f2f1175a (patch)
treedd756cf09914d00e48fcafef0f3e553dcf30e12e /main/internal_functions_win32.c
parentdac7ab13da334669403076c423ffceae37b15cee (diff)
downloadphp-git-7478783b208a72843d747549422e8544f2f1175a.tar.gz
fixed unicodeconversion and parameter passing bugs in com and dotnet modules
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c2
1 files changed, 2 insertions, 0 deletions
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,