Module: wine Branch: master Commit: 4478ba258e45559ac97353ab27951e84dd9865c1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4478ba258e45559ac97353ab2...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 30 12:04:42 2020 +0200
ntdll: Use the standard C library names for the printf functions.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/actctx.c | 21 +++++++++------------ dlls/ntdll/atom.c | 2 +- dlls/ntdll/locale.c | 17 +++++++++-------- dlls/ntdll/ntdll.spec | 8 ++++---- dlls/ntdll/ntdll_misc.h | 1 - dlls/ntdll/printf.c | 16 ++++++++-------- dlls/ntdll/process.c | 12 ++++++------ dlls/ntdll/rtl.c | 4 ++-- dlls/ntdll/rtlstr.c | 2 +- dlls/ntdll/sec.c | 13 +++++++------ 10 files changed, 47 insertions(+), 49 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4478ba258e45559ac9735...