This is a REALLY bad idea. This requires that anybody who wants to use APR have the source on their system. Why was this needed? I have at least one test program which uses APR's directory information on Windows.
Ryan On 31 Aug 1999 [EMAIL PROTECTED] wrote: > stoddard 99/08/31 16:21:46 > > Modified: src/lib/apr/include apr_lib.h > Log: > Found the WIN32 DIR > > Revision Changes Path > 1.5 +1 -0 apache-2.0/src/lib/apr/include/apr_lib.h > > Index: apr_lib.h > =================================================================== > RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_lib.h,v > retrieving revision 1.4 > retrieving revision 1.5 > diff -u -r1.4 -r1.5 > --- apr_lib.h 1999/08/31 19:50:50 1.4 > +++ apr_lib.h 1999/08/31 23:21:44 1.5 > @@ -71,6 +71,7 @@ > #include <dirent.h> > #include "apr_config.h" > #else > +#include "../file_io/win32/readdir.h" /* definition of DIR for WIN32 */ > #include "apr_win.h" > #endif > #include "hsregex.h" > > > > _______________________________________________________________________ Ryan Bloom [EMAIL PROTECTED] 4205 S Miami Blvd RTP, NC 27709 It's a beautiful sight to see good dancers doing simple steps. It's a painful sight to see beginners doing complicated patterns.