From 493ef362993ebdb0fb29201ae5d03682452489ce Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 27 Feb 2003 22:43:51 +0000 Subject: [PATCH] Update win32 build. Since msvc sucks, I had to rename ext/standard/streams.c to ext/standed/streamsfuncs.c --- ext/standard/{streams.c => streamsfuncs.c} | 0 win32/php4dllts.dsp | 12 ++++++++++++ win32/select.c | 2 ++ 3 files changed, 14 insertions(+) rename ext/standard/{streams.c => streamsfuncs.c} (100%) diff --git a/ext/standard/streams.c b/ext/standard/streamsfuncs.c similarity index 100% rename from ext/standard/streams.c rename to ext/standard/streamsfuncs.c diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 1e44820673a..1e5fc875626 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -1690,6 +1690,10 @@ SOURCE=..\ext\standard\soundex.c # End Source File # Begin Source File +SOURCE=..\ext\standard\streamsfuncs.c +# End Source File +# Begin Source File + SOURCE=..\ext\standard\string.c # End Source File # Begin Source File @@ -1957,6 +1961,10 @@ SOURCE=..\win32\registry.c # End Source File # Begin Source File +SOURCE=.\select.c +# End Source File +# Begin Source File + SOURCE=..\win32\sendmail.c # End Source File # Begin Source File @@ -2013,6 +2021,10 @@ SOURCE=..\win32\readdir.h # End Source File # Begin Source File +SOURCE=.\select.h +# End Source File +# Begin Source File + SOURCE=..\win32\sendmail.h # End Source File # Begin Source File diff --git a/win32/select.c b/win32/select.c index f844ada5422..63dcc165f90 100644 --- a/win32/select.c +++ b/win32/select.c @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +#include "php.h" + /* $Id$ */ /* Win32 select() will only work with sockets, so we roll our own implementation that will