Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 64831 invoked from network); 1 Jun 2009 22:59:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jun 2009 22:59:04 -0000 Received: (qmail 21393 invoked by uid 500); 1 Jun 2009 22:59:16 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 21341 invoked by uid 500); 1 Jun 2009 22:59:16 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 21332 invoked by uid 99); 1 Jun 2009 22:59:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 22:59:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 22:59:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A54CE23888D2; Mon, 1 Jun 2009 22:58:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r780867 - /apr/apr/branches/1.3.x/include/arch/win32/apr_arch_misc.h Date: Mon, 01 Jun 2009 22:58:54 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090601225854.A54CE23888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Mon Jun 1 22:58:54 2009 New Revision: 780867 URL: http://svn.apache.org/viewvc?rev=780867&view=rev Log: Revert Mladen's breakage in r649208 by including tlhelp32.h before attempting a declaration of LPPROCESSENTRY32W. Backports; r780866 Modified: apr/apr/branches/1.3.x/include/arch/win32/apr_arch_misc.h Modified: apr/apr/branches/1.3.x/include/arch/win32/apr_arch_misc.h URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/include/arch/win32/apr_arch_misc.h?rev=780867&r1=780866&r2=780867&view=diff ============================================================================== --- apr/apr/branches/1.3.x/include/arch/win32/apr_arch_misc.h (original) +++ apr/apr/branches/1.3.x/include/arch/win32/apr_arch_misc.h Mon Jun 1 22:58:54 2009 @@ -37,8 +37,6 @@ #if APR_HAVE_PTHREAD_H #include #endif - -/* ### create APR_HAVE_* macros for these? */ #if APR_HAVE_STDLIB_H #include #endif @@ -46,6 +44,8 @@ #include #endif +#include + struct apr_other_child_rec_t { apr_pool_t *p; struct apr_other_child_rec_t *next;