diff options
author | Andi Gutmans <andi@php.net> | 1999-09-14 20:02:47 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-09-14 20:02:47 +0000 |
commit | 6a836bee6fac49b448ec0581265973feda28ef32 (patch) | |
tree | 3c38ca34b3b116c2cd396c40dcd6347426810338 /php4dllts.dsp | |
parent | 870a6679ff21e52753e47614b85d300c2f55b211 (diff) | |
download | php-git-6a836bee6fac49b448ec0581265973feda28ef32.tar.gz |
- Support strlcpy/strlcat in windows.
Diffstat (limited to 'php4dllts.dsp')
-rw-r--r-- | php4dllts.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/php4dllts.dsp b/php4dllts.dsp index f702da80ee..58379866bc 100644 --- a/php4dllts.dsp +++ b/php4dllts.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"
|