diff options
author | Harald Radi <phanto@php.net> | 2001-01-28 03:41:43 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2001-01-28 03:41:43 +0000 |
commit | 7478783b208a72843d747549422e8544f2f1175a (patch) | |
tree | dd756cf09914d00e48fcafef0f3e553dcf30e12e /win32 | |
parent | dac7ab13da334669403076c423ffceae37b15cee (diff) | |
download | php-git-7478783b208a72843d747549422e8544f2f1175a.tar.gz |
fixed unicodeconversion and parameter passing bugs in com and dotnet modules
Diffstat (limited to 'win32')
-rw-r--r-- | win32/php4dllts.dsp | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 2510e6916c..844ab10100 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -1839,7 +1839,11 @@ SOURCE=..\ext\bcmath\libbcmath\src\private.h # PROP Default_Filter ""
# Begin Source File
-SOURCE=..\ext\com\COM.c
+SOURCE=..\ext\com\COM.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\ext\com\conversion.c
# End Source File
# Begin Source File
@@ -1863,6 +1867,10 @@ SOURCE=..\win32\time.c # End Source File
# Begin Source File
+SOURCE=..\ext\com\typedef_VARIANT.c
+# End Source File
+# Begin Source File
+
SOURCE=..\win32\wfile.c
# End Source File
# Begin Source File
@@ -1883,6 +1891,10 @@ SOURCE=..\win32\wsyslog.c # PROP Default_Filter ""
# Begin Source File
+SOURCE=..\ext\com\conversion.h
+# End Source File
+# Begin Source File
+
SOURCE=..\win32\grp.h
# End Source File
# Begin Source File
@@ -1899,6 +1911,10 @@ SOURCE=..\win32\php_registry.h # End Source File
# Begin Source File
+SOURCE=..\ext\com\php_typedef_VARIANT.h
+# End Source File
+# Begin Source File
+
SOURCE=..\win32\pwd.h
# End Source File
# Begin Source File
|