Author: trawick Date: Fri Oct 5 16:16:06 2007 New Revision: 582418 URL: http://svn.apache.org/viewvc?rev=582418&view=rev Log: tweak case of WinNT Modified: apr/apr/trunk/CHANGES Modified: apr/apr/trunk/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=582418&r1=582417&r2=582418&view=diff ============================================================================== --- apr/apr/trunk/CHANGES [utf-8] (original) +++ apr/apr/trunk/CHANGES [utf-8] Fri Oct 5 16:16:06 2007 @@ -7,7 +7,7 @@ platforms (equivilant to APR_NO_PIPE in 1.2.x except on Win32.) [William Rowe] - *) Solve winNT inherited pipe leaks by mutexing apr_proc_create calls, + *) Solve WinNT inherited pipe leaks by mutexing apr_proc_create calls, on WinNT (not WinCE, nor 9x) so that we toggle the inherited state of the stdin/out/err pipes. All other file handles are treated as not-inherited until apr_file_dup2'ed a std handle of this process,