Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 81081 invoked from network); 12 Jul 2006 02:52:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2006 02:52:50 -0000 Received: (qmail 29581 invoked by uid 500); 12 Jul 2006 02:52:50 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 29543 invoked by uid 500); 12 Jul 2006 02:52:50 -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 29532 invoked by uid 99); 12 Jul 2006 02:52:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 19:52:50 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 19:52:49 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 892B91A981A; Tue, 11 Jul 2006 19:52:29 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r421090 - /apr/apr/trunk/include/arch/win32/apr_arch_file_io.h Date: Wed, 12 Jul 2006 02:52:29 -0000 To: commits@apr.apache.org From: jerenkrantz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060712025229.892B91A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jerenkrantz Date: Tue Jul 11 19:52:28 2006 New Revision: 421090 URL: http://svn.apache.org/viewvc?rev=421090&view=rev Log: Remove duplicate definition of apr_wchar_t. Originally titled: [patch 12/17] redefinition of apr_uint16_t Submitted by: John Mark Vandenberg Reviewed by: Justin Erenkrantz Modified: apr/apr/trunk/include/arch/win32/apr_arch_file_io.h Modified: apr/apr/trunk/include/arch/win32/apr_arch_file_io.h URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/arch/win32/apr_arch_file_io.h?rev=421090&r1=421089&r2=421090&view=diff ============================================================================== --- apr/apr/trunk/include/arch/win32/apr_arch_file_io.h (original) +++ apr/apr/trunk/include/arch/win32/apr_arch_file_io.h Tue Jul 11 19:52:28 2006 @@ -52,8 +52,6 @@ #include "arch/win32/apr_arch_utf8.h" #include -typedef apr_uint16_t apr_wchar_t; - /* Helper functions for the WinNT ApiW() functions. APR treats all * resource identifiers (files, etc) by their UTF-8 name, to provide * access to all named identifiers. [UTF-8 completely maps Unicode