mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp
Stop using non-conforming wcsicmp, stricmp, strcasecmp
This commit is contained in:
@@ -148,7 +148,7 @@ static WCHAR evVar[MAX_PATH];
|
||||
ok(hr == expectedHr,
|
||||
"IShellLink::GetPath(%d), flags 0x%lx, got hr = 0x%lx, expected 0x%lx\n",
|
||||
i, flags, hr, expectedHr);
|
||||
ok(wcsicmp(wPathOut, expectedPathOut) == 0,
|
||||
ok(_wcsicmp(wPathOut, expectedPathOut) == 0,
|
||||
"IShellLink::GetPath(%d), flags 0x%lx, in %S, got %S, expected %S\n",
|
||||
i, flags, testDef->pathIn, wPathOut, expectedPathOut);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user