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