Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 96733 invoked from network); 23 Jun 2009 23:39:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Jun 2009 23:39:28 -0000 Received: (qmail 91869 invoked by uid 500); 23 Jun 2009 23:39:39 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 91803 invoked by uid 500); 23 Jun 2009 23:39:39 -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 91794 invoked by uid 99); 23 Jun 2009 23:39:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jun 2009 23:39:39 +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; Tue, 23 Jun 2009 23:39:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2EDE9238888C; Tue, 23 Jun 2009 23:39:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r787872 - /apr/apr/trunk/file_io/win32/open.c Date: Tue, 23 Jun 2009 23:39:17 -0000 To: commits@apr.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090623233917.2EDE9238888C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Tue Jun 23 23:39:16 2009 New Revision: 787872 URL: http://svn.apache.org/viewvc?rev=787872&view=rev Log: lowercase include since this breaks MingW cross-compile on Linux; shouldnt make any difference when compiling with MSVC on Win32. Modified: apr/apr/trunk/file_io/win32/open.c Modified: apr/apr/trunk/file_io/win32/open.c URL: http://svn.apache.org/viewvc/apr/apr/trunk/file_io/win32/open.c?rev=787872&r1=787871&r2=787872&view=diff ============================================================================== --- apr/apr/trunk/file_io/win32/open.c (original) +++ apr/apr/trunk/file_io/win32/open.c Tue Jun 23 23:39:16 2009 @@ -32,7 +32,7 @@ #include "apr_arch_misc.h" #include "apr_arch_inherit.h" #include -#include +#include #if APR_HAS_UNICODE_FS apr_status_t utf8_to_unicode_path(apr_wchar_t* retstr, apr_size_t retlen,