]> granicus.if.org Git - php/commitdiff
Update win32 build.
authorWez Furlong <wez@php.net>
Thu, 27 Feb 2003 22:43:51 +0000 (22:43 +0000)
committerWez Furlong <wez@php.net>
Thu, 27 Feb 2003 22:43:51 +0000 (22:43 +0000)
Since msvc sucks, I had to rename ext/standard/streams.c to ext/standed/streamsfuncs.c

ext/standard/streamsfuncs.c [moved from ext/standard/streams.c with 100% similarity]
win32/php4dllts.dsp
win32/select.c

index 1e44820673a743e218625e9bc16b654aa43a8d90..1e5fc8756266aad3c173d9b02091956047e2255c 100644 (file)
@@ -1690,6 +1690,10 @@ SOURCE=..\ext\standard\soundex.c
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=..\ext\standard\streamsfuncs.c\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=..\ext\standard\string.c\r
 # End Source File\r
 # Begin Source File\r
@@ -1957,6 +1961,10 @@ SOURCE=..\win32\registry.c
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=.\select.c\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=..\win32\sendmail.c\r
 # End Source File\r
 # Begin Source File\r
@@ -2013,6 +2021,10 @@ SOURCE=..\win32\readdir.h
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=.\select.h\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=..\win32\sendmail.h\r
 # End Source File\r
 # Begin Source File\r
index f844ada542203cd6486437ec76eb314e4a9824da..63dcc165f9005c4461b6f9035b540fe252c38c12 100644 (file)
@@ -16,6 +16,8 @@
   +----------------------------------------------------------------------+
 */
 
+#include "php.h"
+
 /* $Id$ */
 
 /* Win32 select() will only work with sockets, so we roll our own implementation that will