Re: setupapi/tests: There is no strncascmp() on Windows. So we must use msvcrt's _strnicmp() function instead.
27 May
2007
27 May
'07
4:03 p.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.
6864
Age (days ago)
6864
Last active (days ago)
1 comments
1 participants
participants (1)
-
Dmitry Timoshkov