You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/06/01 00:58:13 UTC

svn commit: r543301 - /apr/apr/branches/0.9.x/include/arch/win32/apr_arch_file_io.h

Author: wrowe
Date: Thu May 31 15:58:12 2007
New Revision: 543301

URL: http://svn.apache.org/viewvc?view=rev&rev=543301
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
Backport: 421090

Modified:
    apr/apr/branches/0.9.x/include/arch/win32/apr_arch_file_io.h

Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_file_io.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/include/arch/win32/apr_arch_file_io.h?view=diff&rev=543301&r1=543300&r2=543301
==============================================================================
--- apr/apr/branches/0.9.x/include/arch/win32/apr_arch_file_io.h (original)
+++ apr/apr/branches/0.9.x/include/arch/win32/apr_arch_file_io.h Thu May 31 15:58:12 2007
@@ -51,8 +51,6 @@
 #include "arch/win32/apr_arch_utf8.h"
 #include <wchar.h>
 
-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