diff options
author | Andi Gutmans <andi@php.net> | 1999-09-15 05:42:36 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-09-15 05:42:36 +0000 |
commit | 100148168ab400ec7d0ccc16f2d72c06b6170570 (patch) | |
tree | 1e4a971cbab6358bc3e5ac412a79fe7131f66623 /php4dll.dsp | |
parent | 0a7fc832531a9fedc832f4db4b8b04552daabbcb (diff) | |
download | php-git-100148168ab400ec7d0ccc16f2d72c06b6170570.tar.gz |
- Thread-unsafe win32 compiles again
- Some strlcpy changes including one bug fix.
Diffstat (limited to 'php4dll.dsp')
-rw-r--r-- | php4dll.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/php4dll.dsp b/php4dll.dsp index 32755dde1a..f3ad32234e 100644 --- a/php4dll.dsp +++ b/php4dll.dsp @@ -153,6 +153,14 @@ SOURCE=.\safe_mode.c SOURCE=.\SAPI.c
# End Source File
+# Begin Source File
+
+SOURCE=.\strlcat.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\strlcpy.c
+# End Source File
# End Group
# Begin Group "Header Files"
|