Piotr Caban (@piotr) commented about dlls/msvcrt/tests/string.c:
{ "\xce\xac", "\xc4\xe1" },
{ "\xb8\xdf", "\xb8\xdb" },
{ "\xb9", "\xa5" },
- };
- _locale_t locale;
- int ret, i;
- if (!p__strnicmp_l)
- {
win_skip("_strnicmp_l isn't available.\n");
return;
- }
- for (i = 0; i < ARRAY_SIZE(tests); i++)
- {
ret = _strnicmp_l(tests[i].str1, tests[i].str2, INT_MAX, 0);
```suggestion:-0+0 ret = p__strnicmp_l(tests[i].str1, tests[i].str2, INT_MAX, 0); ```