Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 64268 invoked from network); 1 Jun 2007 22:17:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2007 22:17:20 -0000 Received: (qmail 46902 invoked by uid 500); 1 Jun 2007 22:17:24 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 46867 invoked by uid 500); 1 Jun 2007 22:17:23 -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 46856 invoked by uid 99); 1 Jun 2007 22:17:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 15:17:23 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 15:17:19 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 15B671A981A; Fri, 1 Jun 2007 15:16:59 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r543642 - /apr/apr/trunk/misc/win32/start.c Date: Fri, 01 Jun 2007 22:16:58 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070601221659.15B671A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Fri Jun 1 15:16:58 2007 New Revision: 543642 URL: http://svn.apache.org/viewvc?view=rev&rev=543642 Log: Apparently xcompiles on unix are depending on lower case names, and of course these includes are case sensitive. PR: 41916/patch segment 3/4 Submitted by: Kouhei Sutou Modified: apr/apr/trunk/misc/win32/start.c Modified: apr/apr/trunk/misc/win32/start.c URL: http://svn.apache.org/viewvc/apr/apr/trunk/misc/win32/start.c?view=diff&rev=543642&r1=543641&r2=543642 ============================================================================== --- apr/apr/trunk/misc/win32/start.c (original) +++ apr/apr/trunk/misc/win32/start.c Fri Jun 1 15:16:58 2007 @@ -18,7 +18,7 @@ #include "apr_general.h" #include "apr_pools.h" #include "apr_signal.h" -#include "ShellAPI.h" +#include "shellapi.h" #include "apr_arch_misc.h" /* for WSAHighByte / WSALowByte */ #include "wchar.h"