Re: [RFC] BFD MinGW/Cygwin build error in bfd/peiXXgen.c
nick clifton <[email protected]>
| Newsgroups | gmane.comp.gdb.devel,gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <[email protected]> |
Hi Pedro, Hi Pierre, Pedro Alves wrote: > On 12/18/2013 01:02 PM, Pierre Muller wrote: >> -#ifdef __CYGWIN__ >> +#if defined __CYGWIN__ || defined __MINGW32__ >> +#ifdef __MINGW32__ >> +#define wcsncasecmp wcsnicmp >> +#endif >> /* Under Cygwin unicode == UTF-16 == wchar_t. >> FIXME: The same is true for MingGW - we should test for that too. */ > > Isn't this FIXME note stale now? True - Pierre: would you mind removing the FIXME comment as well, when you check in your patch please ? Cheers Nick