Re: svn commit: r920897 - /apr/apr/trunk/file_io/win32/open.c

2010-05-21 Thread Jeff Trawick
On Thu, May 20, 2010 at 4:22 PM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 5/20/2010 10:11 AM, Jeff Trawick wrote: lame question months late: What is the compilation environment in which this ANSI_FS code is compiled -- i.e., WINNT is not defined? Correct; windows 9x compatible

Re: svn commit: r920897 - /apr/apr/trunk/file_io/win32/open.c

2010-05-21 Thread William A. Rowe Jr.
On 5/21/2010 7:39 AM, Jeff Trawick wrote: On Thu, May 20, 2010 at 4:22 PM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 5/20/2010 10:11 AM, Jeff Trawick wrote: lame question months late: What is the compilation environment in which this ANSI_FS code is compiled -- i.e., WINNT is not

Re: svn commit: r920897 - /apr/apr/trunk/file_io/win32/open.c

2010-05-21 Thread Jeff Trawick
On Fri, May 21, 2010 at 9:03 AM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 5/21/2010 7:39 AM, Jeff Trawick wrote: On Thu, May 20, 2010 at 4:22 PM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 5/20/2010 10:11 AM, Jeff Trawick wrote: lame question months late: What is the

Re: svn commit: r920897 - /apr/apr/trunk/file_io/win32/open.c

2010-05-21 Thread William A. Rowe Jr.
On 5/21/2010 10:25 AM, Jeff Trawick wrote: Nope, because the Release9x flavor now would allow both NT and ANSI to coexist. If the manually toggle for only ANSI, that is just the sort of hack you describe. apr_arch_misc.h says #if defined(_WIN32_WCE) || defined(WINNT) #define

Re: svn commit: r920897 - /apr/apr/trunk/file_io/win32/open.c

2010-05-20 Thread Jeff Trawick
On Tue, Mar 9, 2010 at 10:42 AM, jfcl...@apache.org wrote: Author: jfclere Date: Tue Mar  9 14:42:23 2010 New Revision: 920897 URL: http://svn.apache.org/viewvc?rev=920897view=rev Log: typos? Otherwise it won't compile. Modified:    apr/apr/trunk/file_io/win32/open.c Modified:

Re: svn commit: r920897 - /apr/apr/trunk/file_io/win32/open.c

2010-05-20 Thread William A. Rowe Jr.
On 5/20/2010 10:11 AM, Jeff Trawick wrote: lame question months late: What is the compilation environment in which this ANSI_FS code is compiled -- i.e., WINNT is not defined? Correct; windows 9x compatible versions such as APR 1.3.x and prior. I'm tempted to gut this code, but understood

Re: svn commit: r920897 - /apr/apr/trunk/file_io/win32/open.c

2010-03-09 Thread Mladen Turk
On 03/09/2010 03:42 PM, jfcl...@apache.org wrote: Author: jfclere Date: Tue Mar 9 14:42:23 2010 New Revision: 920897 URL: http://svn.apache.org/viewvc?rev=920897view=rev Log: typos? Otherwise it won't compile. Since APR 2 won't support Win95, IMO the entire WIN_OS_IS_ANSI and UNICODE_FS