Re: [xml] Why the strncasecmp() avoidance?

Date view Thread view Subject view Author view

From: David Doolin (doolin@cs.utk.edu)
Date: Fri Sep 22 2000 - 13:28:32 EDT


In message <39CB8D4D.BFB0BCF@mail1.stofanet.dk>, Bjorn Reese writes:
>
>Wayne Davison wrote:
>>
>> On Fri, 22 Sep 2000, Daniel Veillard wrote:
>> > I see no problem if you provide xmlStrncasecmp(), yes go ahead !

At the code level, if it hasn't already been done,
there will need to be the following for win32:

#ifdef WIN32
#define strncasecmp strnicmp
#define strcasecmp stricmp
#endif

----
Message from the list xml@rpmfind.net
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@rpmfind.net


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Fri Sep 22 2000 - 13:43:20 EDT