Module: wine Branch: master Commit: eb1b2e548656dc3d08cbf3c35454621491b84126 URL: https://source.winehq.org/git/wine.git/?a=commit;h=eb1b2e548656dc3d08cbf3c35...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Mar 30 22:18:41 2020 +0200
ntdll: Avoid using sprintfW().
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/actctx.c | 12 ++++++------ dlls/ntdll/atom.c | 3 ++- dlls/ntdll/env.c | 4 ++-- dlls/ntdll/locale.c | 16 ++++++++-------- dlls/ntdll/ntdll_misc.h | 1 + dlls/ntdll/process.c | 2 +- dlls/ntdll/rtl.c | 4 ++-- dlls/ntdll/rtlstr.c | 2 +- dlls/ntdll/sec.c | 6 +++--- dlls/ntdll/time.c | 2 +- 10 files changed, 27 insertions(+), 25 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=eb1b2e548656dc3d08cbf...