Alexandre Julliard : ntdll: Use wcslen() instead of strlenW().

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


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

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

ntdll: Use wcslen() instead of strlenW().

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/actctx.c     | 130 ++++++++++++++++++++++++------------------------
 dlls/ntdll/atom.c       |   5 +-
 dlls/ntdll/directory.c  |  12 ++---
 dlls/ntdll/env.c        |  29 ++++++-----
 dlls/ntdll/loader.c     |  27 +++++-----
 dlls/ntdll/loadorder.c  |  10 ++--
 dlls/ntdll/locale.c     |  22 ++++----
 dlls/ntdll/nt.c         |   3 +-
 dlls/ntdll/ntdll_misc.h |   1 +
 dlls/ntdll/path.c       |  23 ++++-----
 dlls/ntdll/printf.c     |   5 +-
 dlls/ntdll/process.c    |  12 ++---
 dlls/ntdll/reg.c        |   7 ++-
 dlls/ntdll/relay.c      |   5 +-
 dlls/ntdll/resource.c   |   2 +-
 dlls/ntdll/rtlstr.c     |   9 ++--
 16 files changed, 147 insertions(+), 155 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=e003b9884edcccc417d41d30073b312648741aaa



More information about the wine-cvs mailing list