27 May
2007
27 May
'07
10:03 a.m.
"Francois Gouget" <fgouget(a)free.fr> 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.