Alexandre Julliard : ntdll: Use wcschr() instead of strchrW().

Alexandre Julliard julliard at winehq.org
Tue Mar 31 16:44:22 CDT 2020


Module: wine
Branch: master
Commit: 6de0ab276b3b79db4331993316f529a43f67c29a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6de0ab276b3b79db4331993316f529a43f67c29a

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Mar 31 11:43:50 2020 +0200

ntdll: Use wcschr() instead of strchrW().

Signed-off-by: Alexandre Julliard <julliard at 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=6de0ab276b3b79db4331993316f529a43f67c29a



More information about the wine-cvs mailing list