From commits-return-8325-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Fri Jun 01 22:17:47 2007 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 64339 invoked from network); 1 Jun 2007 22:17:46 -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:46 -0000 Received: (qmail 47674 invoked by uid 500); 1 Jun 2007 22:17:46 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 47639 invoked by uid 500); 1 Jun 2007 22:17:46 -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 47612 invoked by uid 99); 1 Jun 2007 22:17:46 -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:46 -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:41 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 558161A981C; Fri, 1 Jun 2007 15:17:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r543643 - /apr/apr/branches/1.2.x/misc/win32/start.c Date: Fri, 01 Jun 2007 22:17:21 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070601221721.558161A981C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Fri Jun 1 15:17:20 2007 New Revision: 543643 URL: http://svn.apache.org/viewvc?view=rev&rev=543643 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 Backport: 543642 Modified: apr/apr/branches/1.2.x/misc/win32/start.c Modified: apr/apr/branches/1.2.x/misc/win32/start.c URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/misc/win32/start.c?view=diff&rev=543643&r1=543642&r2=543643 ============================================================================== --- apr/apr/branches/1.2.x/misc/win32/start.c (original) +++ apr/apr/branches/1.2.x/misc/win32/start.c Fri Jun 1 15:17:20 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"