From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29161 invoked by alias); 18 Dec 2013 15:47:02 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 29141 invoked by uid 89); 18 Dec 2013 15:47:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mtaout20.012.net.il Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Dec 2013 15:47:01 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MY000M00EGKMX00@a-mtaout20.012.net.il>; Wed, 18 Dec 2013 17:46:10 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MY000L4BEGWRTF0@a-mtaout20.012.net.il>; Wed, 18 Dec 2013 17:46:09 +0200 (IST) Date: Wed, 18 Dec 2013 15:47:00 -0000 From: Eli Zaretskii Subject: Re: BFD MinGW build error: implicit declaration of function 'wcsncasecmp' In-reply-to: <52B199A9.5080804@gmail.com> To: asmwarrior Cc: palves@redhat.com, gdb@sourceware.org, binutils@sourceware.org Reply-to: Eli Zaretskii Message-id: <83a9fycgbz.fsf@gnu.org> References: <52B17083.7040404@gmail.com> <52B1738D.4010409@redhat.com> <52B199A9.5080804@gmail.com> X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00052.txt.bz2 > Date: Wed, 18 Dec 2013 20:48:41 +0800 > From: asmwarrior > CC: GDB Development , Binutils Development > > 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.