Module: wine Branch: master Commit: 6de0ab276b3b79db4331993316f529a43f67c29a URL: https://source.winehq.org/git/wine.git/?a=commit;h=6de0ab276b3b79db433199331...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 31 11:43:50 2020 +0200
ntdll: Use wcschr() instead of strchrW().
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/actctx.c | 8 ++++---- dlls/ntdll/directory.c | 8 ++++---- dlls/ntdll/env.c | 12 ++++++------ dlls/ntdll/loader.c | 8 ++++---- dlls/ntdll/loadorder.c | 6 +++--- dlls/ntdll/locale.c | 4 ++-- dlls/ntdll/ntdll_misc.h | 1 + dlls/ntdll/path.c | 2 +- dlls/ntdll/printf.c | 2 +- dlls/ntdll/relay.c | 4 ++-- dlls/ntdll/rtlstr.c | 4 ++-- dlls/ntdll/version.c | 6 +++--- 12 files changed, 33 insertions(+), 32 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6de0ab276b3b79db43319...