Module: wine Branch: master Commit: 2d38551dd9012db1361cbd5ff3de6cb5fb90dc60 URL: https://source.winehq.org/git/wine.git/?a=commit;h=2d38551dd9012db1361cbd5ff...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jul 7 16:35:04 2020 +0200
ntdll: Use macros to define both A and W printf functions.
This is similar to what msvcrt does.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/printf.c | 618 ++-------------------------------------------------- dlls/ntdll/printf.h | 509 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 523 insertions(+), 604 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2d38551dd9012db1361cb...