Module: wine Branch: master Commit: 5114c85a0365d29f49c63ca967dfd2e9159c6338 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5114c85a0365d29f49c63ca96...
Author: Piotr Caban piotr@codeweavers.com Date: Thu Nov 26 19:19:18 2020 +0100
msvcrt: Remove MSVCRT__locale_t type.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/console.c | 4 +- dlls/msvcrt/ctype.c | 32 +++++----- dlls/msvcrt/file.c | 26 ++++---- dlls/msvcrt/locale.c | 22 +++---- dlls/msvcrt/mbcs.c | 82 ++++++++++++------------ dlls/msvcrt/msvcrt.h | 67 +++++++++---------- dlls/msvcrt/printf.h | 22 +++---- dlls/msvcrt/scanf.c | 48 +++++++------- dlls/msvcrt/scanf.h | 32 +++++----- dlls/msvcrt/string.c | 56 ++++++++-------- dlls/msvcrt/time.c | 10 +-- dlls/msvcrt/wcs.c | 174 +++++++++++++++++++++++++------------------------- 12 files changed, 284 insertions(+), 291 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5114c85a0365d29f49c63...