Piotr Caban : msvcrt: Use errno values from public header.

Alexandre Julliard julliard at winehq.org
Mon Nov 30 16:13:46 CST 2020


Module: wine
Branch: master
Commit: 1317b935efaa841e8842b848d422d1bf2471e448
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1317b935efaa841e8842b848d422d1bf2471e448

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Mon Nov 30 14:37:27 2020 +0100

msvcrt: Use errno values from public header.

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=1317b935efaa841e8842b848d422d1bf2471e448



More information about the wine-cvs mailing list