Module: wine Branch: master Commit: a808235e459e3cbd4b6a1f7d9392b7c50b3a3478 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a808235e459e3cbd4b6a1f7d9...
Author: Piotr Caban piotr@codeweavers.com Date: Thu Feb 14 18:27:59 2019 +0100
msvcrt: Use mbtowc/wctomb for string conversion in printf.
This changes printf behaviour for C locale.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/msvcrt.h | 2 + dlls/msvcrt/printf.h | 97 +++++++++++++++++++++++++++++----------------- dlls/msvcrt/tests/printf.c | 12 ++++++ 3 files changed, 75 insertions(+), 36 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a808235e459e3cbd4b6a1...