ntdll: Use wcsicmp() instead of strcmpiW() where possible.
commit3e049b6b962b8e6f048101b9910c09d5b1d8f167
authorAlexandre Julliard <julliard@winehq.org>
Fri, 27 Mar 2020 12:38:09 +0000 (27 13:38 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Mar 2020 20:16:13 +0000 (27 21:16 +0100)
treef35cab939588213293d74fa44be80408ed8abbc3
parent6226be3656e706d3d389cdcbf63a2ad19d861e30
ntdll: Use wcsicmp() instead of strcmpiW() where possible.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/actctx.c
dlls/ntdll/loader.c
dlls/ntdll/loadorder.c
dlls/ntdll/locale.c
dlls/ntdll/ntdll_misc.h
dlls/ntdll/path.c
dlls/ntdll/process.c
dlls/ntdll/relay.c
dlls/ntdll/version.c