diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-03-19 07:01:30 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-03-19 07:01:30 +0000 |
commit | 239a05eef6fde444f2186b5594a9f83b8a9290f7 (patch) | |
tree | 5da4b174e2fc7798d26ad77396cdaa1701b69412 /win32 | |
parent | 06712a508a82965acbfa9a59eb8a55df11948acd (diff) | |
download | php-git-239a05eef6fde444f2186b5594a9f83b8a9290f7.tar.gz |
Add streams.c/user_streams.c to MSVC projects.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/php4dll.dsp | 8 | ||||
-rw-r--r-- | win32/php4dllts.dsp | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/win32/php4dll.dsp b/win32/php4dll.dsp index 9f286a53bb..9af350c6f5 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -201,6 +201,14 @@ SOURCE=..\main\SAPI.c # End Source File
# Begin Source File
+SOURCE=..\main\streams.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\user_streams.c
+# End Source File
+# Begin Source File
+
SOURCE=..\main\strlcat.c
# End Source File
# Begin Source File
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 64d192ef50..94adcf90bb 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -234,6 +234,10 @@ SOURCE=..\main\streams.c # End Source File
# Begin Source File
+SOURCE=..\main\user_streams.c
+# End Source File
+# Begin Source File
+
SOURCE=..\main\strlcat.c
# End Source File
# Begin Source File
|