"Francois Gouget" <[EMAIL PROTECTED]> wrote:

There are other alternatives:
* we could have an #ifdef _MSC_VER to switch between strncasecmp() and _strnicmp().
* we could reimplement _strnicmp().
* or maybe the test could be modified to not need this function at all?

4. use a kernel32 export lstrcmpiA

P.S.
Even in Wine code strncasecmp/strcasecmp should be deprecated since it uses
wrong locale.

--
Dmitry.


Reply via email to