Module: wine Branch: master Commit: 1317b935efaa841e8842b848d422d1bf2471e448 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1317b935efaa841e8842b848d...
Author: Piotr Caban piotr@codeweavers.com Date: Mon Nov 30 14:37:27 2020 +0100
msvcrt: Use errno values from public header.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/ctype.c | 4 +- dlls/msvcrt/data.c | 16 ++--- dlls/msvcrt/dir.c | 106 ++++++++++++++--------------- dlls/msvcrt/environ.c | 36 +++++----- dlls/msvcrt/errno.c | 52 +++++++------- dlls/msvcrt/except_i386.c | 2 +- dlls/msvcrt/file.c | 170 +++++++++++++++++++++++----------------------- dlls/msvcrt/heap.c | 56 +++++++-------- dlls/msvcrt/math.c | 120 ++++++++++++++++---------------- dlls/msvcrt/mbcs.c | 88 ++++++++++++------------ dlls/msvcrt/misc.c | 4 +- dlls/msvcrt/msvcrt.h | 44 +----------- dlls/msvcrt/printf.h | 4 +- dlls/msvcrt/process.c | 8 +-- dlls/msvcrt/string.c | 169 +++++++++++++++++++++++---------------------- dlls/msvcrt/thread.c | 6 +- dlls/msvcrt/time.c | 150 ++++++++++++++++++++-------------------- dlls/msvcrt/wcs.c | 144 +++++++++++++++++++-------------------- 18 files changed, 569 insertions(+), 610 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1317b935efaa841e8842b...