This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: BFD MinGW build error: implicit declaration of function 'wcsncasecmp'
- From: Eli Zaretskii <eliz at gnu dot org>
- To: asmwarrior <asmwarrior at gmail dot com>
- Cc: palves at redhat dot com, gdb at sourceware dot org, binutils at sourceware dot org
- Date: Wed, 18 Dec 2013 17:46:24 +0200
- Subject: Re: BFD MinGW build error: implicit declaration of function 'wcsncasecmp'
- Authentication-results: sourceware.org; auth=none
- References: <52B17083 dot 7040404 at gmail dot com> <52B1738D dot 4010409 at redhat dot com> <52B199A9 dot 5080804 at gmail dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Wed, 18 Dec 2013 20:48:41 +0800
> From: asmwarrior <asmwarrior@gmail.com>
> CC: GDB Development <gdb@sourceware.org>, Binutils Development <binutils@sourceware.org>
>
> I think under Windows, there is a function: (in wchar.h under my MinGW-W64 toolchain)
>
> _CRTIMP int __cdecl _wcsnicmp(const wchar_t *_Str1,const wchar_t *_Str2,size_t _MaxCount);
Yes, that will also do.