Module: wine Branch: master Commit: 18411a19b4ea3a68234980c56d4c252670dfc000 URL: https://source.winehq.org/git/wine.git/?a=commit;h=18411a19b4ea3a68234980c56...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 31 11:37:58 2020 +0200
ntdll: Use wcscpy() instead of strcpyW().
Signed-off-by: Alexandre Julliard julliard@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=18411a19b4ea3a6823498...