You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Justin Erenkrantz <ju...@erenkrantz.com> on 2006/07/12 04:52:57 UTC

Re: [patch 12/17] redefinition of apr_uint16_t

On 4/14/06, John Mark Vandenberg <ja...@gmail.com> wrote:
> In file included from dso/win32/dso.c:20:
> c:/johnv/apr/trunk-mingw/include/arch/win32/apr_arch_file_io.h:55: redefinition of `apr_wchar_t'
> include/arch/win32/apr_arch_utf8.h:26: `apr_wchar_t' previously declared here
>
> apr_arch_utf8.h:26:typedef apr_uint16_t apr_wchar_t;

Note that your title is wrong: apr_wchar_t is the one that's multiply
defined.  =)

Committed in r421090.  Thanks!  -- justin