diff options
author | Zeev Suraski <zeev@php.net> | 2002-03-19 19:15:40 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2002-03-19 19:15:40 +0000 |
commit | dcb44bf51262ff3160a211b45aaf3510695dcee5 (patch) | |
tree | 9ca01b30f89a14ea13ab10d9c5aa7b33394d5142 /win32 | |
parent | a990c4da3e172dc800e64628d3d3948de72d020e (diff) | |
download | php-git-dcb44bf51262ff3160a211b45aaf3510695dcee5.tar.gz |
- Fix whitespace (guys, please try to stick with the php4 tree style as far
as indentation/newlines go, and also as far as using {} even on if's
that have single statements)
- Fix Windows build
Diffstat (limited to 'win32')
-rw-r--r-- | win32/php4dllts.dsp | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 94adcf90bb..15f684f8fe 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -174,6 +174,10 @@ SOURCE=..\main\main.c # End Source File
# Begin Source File
+SOURCE=..\main\memory_streams.c
+# End Source File
+# Begin Source File
+
SOURCE=..\main\mergesort.c
# End Source File
# Begin Source File
@@ -234,15 +238,15 @@ SOURCE=..\main\streams.c # End Source File
# Begin Source File
-SOURCE=..\main\user_streams.c
+SOURCE=..\main\strlcat.c
# End Source File
# Begin Source File
-SOURCE=..\main\strlcat.c
+SOURCE=..\main\strlcpy.c
# End Source File
# Begin Source File
-SOURCE=..\main\strlcpy.c
+SOURCE=..\main\user_streams.c
# End Source File
# End Group
# Begin Group "Header Files"
|