Re: BFD MinGW build error: implicit declaration of function 'wcsncasecmp'
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel,gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <[email protected]> |
> Date: Wed, 18 Dec 2013 20:48:41 +0800 > From: asmwarrior <[email protected]> > CC: GDB Development <[email protected]>, Binutils Development <[email protected]> > > 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.