diff options
author | Wez Furlong <wez@php.net> | 2003-02-21 14:06:55 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-02-21 14:06:55 +0000 |
commit | c1bdf163edfa617f174153ae3078e565028fac4c (patch) | |
tree | 6f16a9a710d643336ef52540e41a90f843a878ee /win32/php4dllts.dsp | |
parent | 7d256c1ae13effe624602bf87eab15d54b76046b (diff) | |
download | php-git-c1bdf163edfa617f174153ae3078e565028fac4c.tar.gz |
Add comment about thread-safety of gethostbyname on win32.
Set the correct path to the win32 config.h file in the .dsp file.
Diffstat (limited to 'win32/php4dllts.dsp')
-rw-r--r-- | win32/php4dllts.dsp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index a9b193fea6..d3bdb9cf24 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -270,7 +270,7 @@ SOURCE=..\ext\standard\aggregation.h # End Source File
# Begin Source File
-SOURCE=..\ext\standard\config.w32.h
+SOURCE=..\main\config.w32.h
# End Source File
# Begin Source File
@@ -1876,6 +1876,10 @@ SOURCE=..\ext\standard\php_string.h # End Source File
# Begin Source File
+SOURCE=..\ext\standard\php_sunfuncs.h
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\php_syslog.h
# End Source File
# Begin Source File
@@ -1900,10 +1904,6 @@ SOURCE=..\ext\standard\sha1.h # End Source File
# Begin Source File
-SOURCE=..\ext\standard\php_sunfuncs.h
-# End Source File
-# Begin Source File
-
SOURCE=..\ext\standard\type.h
# End Source File
# Begin Source File
|