You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2004/11/21 08:27:09 UTC

svn commit: r106078 - /apr/apr/trunk/apr.dsp /apr/apr/trunk/libapr.dsp

Author: wrowe
Date: Sat Nov 20 23:27:08 2004
New Revision: 106078

Modified:
   apr/apr/trunk/apr.dsp
   apr/apr/trunk/libapr.dsp
Log:

  Win32 is select() not poll() - include the correct sources.


Modified: apr/apr/trunk/apr.dsp
==============================================================================
--- apr/apr/trunk/apr.dsp	(original)
+++ apr/apr/trunk/apr.dsp	Sat Nov 20 23:27:08 2004
@@ -274,7 +274,7 @@
 # End Source File
 # Begin Source File
 
-SOURCE=.\poll\unix\poll.c
+SOURCE=.\poll\unix\select.c
 # End Source File
 # Begin Source File
 

Modified: apr/apr/trunk/libapr.dsp
==============================================================================
--- apr/apr/trunk/libapr.dsp	(original)
+++ apr/apr/trunk/libapr.dsp	Sat Nov 20 23:27:08 2004
@@ -280,7 +280,7 @@
 # End Source File
 # Begin Source File
 
-SOURCE=.\poll\unix\poll.c
+SOURCE=.\poll\unix\select.c
 # End Source File
 # Begin Source File