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 2007/08/31 07:42:31 UTC

svn commit: r571383 - /apr/apr/branches/0.9.x/threadproc/win32/proc.c

Author: wrowe
Date: Thu Aug 30 22:42:30 2007
New Revision: 571383

URL: http://svn.apache.org/viewvc?rev=571383&view=rev
Log:
Fix compile breakage in 0.9.  Hopefully, can reroll 0.9.17
touching nothing except for the win32 code path.

Modified:
    apr/apr/branches/0.9.x/threadproc/win32/proc.c

Modified: apr/apr/branches/0.9.x/threadproc/win32/proc.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/threadproc/win32/proc.c?rev=571383&r1=571382&r2=571383&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/threadproc/win32/proc.c (original)
+++ apr/apr/branches/0.9.x/threadproc/win32/proc.c Thu Aug 30 22:42:30 2007
@@ -732,7 +732,6 @@
         LeaveCriticalSection(&proc_lock);
 
 #else /* defined(_WIN32_WCE) */
-#else
         rv = CreateProcessW(wprg, wcmd,        /* Executable & Command line */
                             NULL, NULL,        /* Proc & thread security attributes */
                             FALSE,             /* must be 0 */