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

Date view Thread view Subject view Author view

From: Peter Jacobi (pj@walter-graphtek.com)
Date: Mon Sep 25 2000 - 04:17:19 EDT


Hi David, All,

This won't do it. Watcom (all targets) and MSVC have strnicmp, but
CodeWarrior only for BeOS, not Win32. Borland and Symantec not
checked yet.

But as there will be an handcrafted implementation anyway...

Regards,
Peter Jacobi

> 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 : Mon Sep 25 2000 - 04:43:27 EDT