Module: wine Branch: master Commit: 536be09b8449537925ad4635a06ae45283075c2e URL: https://source.winehq.org/git/wine.git/?a=commit;h=536be09b8449537925ad4635a...
Author: Piotr Caban piotr@codeweavers.com Date: Tue Jul 21 12:21:59 2020 +0200
msvcrt: Don't use wine/unicode.h header.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/console.c | 2 +- dlls/msvcrt/ctype.c | 1 - dlls/msvcrt/data.c | 16 ++++++++-------- dlls/msvcrt/dir.c | 33 ++++++++++++++++----------------- dlls/msvcrt/environ.c | 15 +++++++-------- dlls/msvcrt/errno.c | 4 ++-- dlls/msvcrt/file.c | 9 ++++----- dlls/msvcrt/locale.c | 17 ++++++++--------- dlls/msvcrt/mbcs.c | 2 +- dlls/msvcrt/msvcrt.h | 3 +++ dlls/msvcrt/printf.h | 2 +- dlls/msvcrt/process.c | 45 +++++++++++++++++++++++---------------------- dlls/msvcrt/time.c | 1 - dlls/msvcrt/wcs.c | 19 +++++++++---------- 14 files changed, 83 insertions(+), 86 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=536be09b8449537925ad4...