Module: wine Branch: master Commit: fa272adaeb9df503a8fe04d503e07a41ae0c32a0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=fa272adaeb9df503a8fe04d50...
Author: Piotr Caban piotr@codeweavers.com Date: Fri Nov 27 14:17:05 2020 +0100
msvcrt: Use simple type definitions from public header.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/cpp.c | 11 +- dlls/msvcrt/dir.c | 92 +++++++-------- dlls/msvcrt/environ.c | 20 ++-- dlls/msvcrt/errno.c | 12 +- dlls/msvcrt/except.c | 5 +- dlls/msvcrt/file.c | 108 ++++++++--------- dlls/msvcrt/heap.c | 86 +++++++------- dlls/msvcrt/locale.c | 4 +- dlls/msvcrt/lock.c | 31 ++--- dlls/msvcrt/math.c | 52 ++++----- dlls/msvcrt/mbcs.c | 161 +++++++++++++------------- dlls/msvcrt/misc.c | 27 +++-- dlls/msvcrt/msvcrt.h | 301 +++++++++++++++++++++++------------------------- dlls/msvcrt/printf.h | 2 +- dlls/msvcrt/process.c | 118 +++++++++---------- dlls/msvcrt/scanf.c | 20 ++-- dlls/msvcrt/scanf.h | 8 +- dlls/msvcrt/scheduler.c | 19 +-- dlls/msvcrt/string.c | 210 ++++++++++++++++----------------- dlls/msvcrt/time.c | 188 +++++++++++++++--------------- dlls/msvcrt/wcs.c | 259 ++++++++++++++++++++--------------------- 21 files changed, 859 insertions(+), 875 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=fa272adaeb9df503a8fe0...