Alexandre Julliard : ntdll: Use wcscpy() instead of strcpyW().

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


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

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

ntdll: Use wcscpy() instead of strcpyW().

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

---

 dlls/ntdll/actctx.c     | 24 ++++++++++++------------
 dlls/ntdll/directory.c  |  2 +-
 dlls/ntdll/env.c        |  6 +++---
 dlls/ntdll/file.c       |  1 -
 dlls/ntdll/loader.c     | 16 ++++++++--------
 dlls/ntdll/loadorder.c  |  4 ++--
 dlls/ntdll/locale.c     |  8 ++++----
 dlls/ntdll/ntdll_misc.h |  1 +
 dlls/ntdll/path.c       |  6 +++---
 dlls/ntdll/reg.c        |  2 +-
 dlls/ntdll/relay.c      |  2 +-
 dlls/ntdll/rtl.c        |  3 +--
 dlls/ntdll/sec.c        |  1 -
 dlls/ntdll/time.c       |  2 +-
 dlls/ntdll/version.c    |  4 ++--
 15 files changed, 40 insertions(+), 42 deletions(-)

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



More information about the wine-cvs mailing list