Module: wine Branch: master Commit: c302397c7375157ccca7de977d83c95f38015238 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c302397c7375157ccca7de977...
Author: Piotr Caban piotr@codeweavers.com Date: Fri Nov 27 14:16:49 2020 +0100
msvcrt: Remove MSVCRT_wchar_t type.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/console.c | 38 ++--- dlls/msvcrt/ctype.c | 2 +- dlls/msvcrt/data.c | 62 ++++---- dlls/msvcrt/dir.c | 88 +++++----- dlls/msvcrt/environ.c | 34 ++-- dlls/msvcrt/errno.c | 18 +-- dlls/msvcrt/exit.c | 22 +-- dlls/msvcrt/file.c | 156 +++++++++--------- dlls/msvcrt/heap.c | 16 +- dlls/msvcrt/locale.c | 170 ++++++++++---------- dlls/msvcrt/mbcs.c | 32 ++-- dlls/msvcrt/msvcrt.h | 133 ++++++++-------- dlls/msvcrt/printf.h | 16 +- dlls/msvcrt/process.c | 190 +++++++++++----------- dlls/msvcrt/scanf.c | 58 +++---- dlls/msvcrt/scanf.h | 28 ++-- dlls/msvcrt/string.c | 46 +++--- dlls/msvcrt/time.c | 50 +++--- dlls/msvcrt/wcs.c | 432 +++++++++++++++++++++++++------------------------- 19 files changed, 795 insertions(+), 796 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c302397c7375157ccca7d...