Piotr Caban : msvcrt: Remove MSVCRT_ prefix from errno.c functions.

Alexandre Julliard julliard at winehq.org
Tue Dec 1 15:40:35 CST 2020


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Tue Dec  1 13:51:23 2020 +0100

msvcrt: Remove MSVCRT_ prefix from errno.c functions.

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/crtdll/crtdll.spec     |  10 ++--
 dlls/msvcr100/msvcr100.spec |  28 +++++-----
 dlls/msvcr110/msvcr110.spec |  28 +++++-----
 dlls/msvcr120/msvcr120.spec |  28 +++++-----
 dlls/msvcr70/msvcr70.spec   |  16 +++---
 dlls/msvcr71/msvcr71.spec   |  16 +++---
 dlls/msvcr80/msvcr80.spec   |  28 +++++-----
 dlls/msvcr90/msvcr90.spec   |  28 +++++-----
 dlls/msvcrt/ctype.c         |   4 +-
 dlls/msvcrt/dir.c           |  62 +++++++++++-----------
 dlls/msvcrt/environ.c       |  28 +++++-----
 dlls/msvcrt/errno.c         |  52 +++++++++---------
 dlls/msvcrt/file.c          | 126 ++++++++++++++++++++++----------------------
 dlls/msvcrt/heap.c          |  18 +++----
 dlls/msvcrt/math.c          | 100 +++++++++++++++++------------------
 dlls/msvcrt/mbcs.c          |  28 +++++-----
 dlls/msvcrt/misc.c          |   2 +-
 dlls/msvcrt/msvcrt.h        |   9 ++--
 dlls/msvcrt/msvcrt.spec     |  24 ++++-----
 dlls/msvcrt/printf.h        |   4 +-
 dlls/msvcrt/process.c       |  10 ++--
 dlls/msvcrt/string.c        |  50 +++++++++---------
 dlls/msvcrt/thread.c        |   6 +--
 dlls/msvcrt/time.c          |  46 ++++++++--------
 dlls/msvcrt/wcs.c           |  70 ++++++++++++------------
 dlls/msvcrtd/msvcrtd.spec   |  12 ++---
 dlls/ucrtbase/ucrtbase.spec |  38 ++++++-------
 27 files changed, 434 insertions(+), 437 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=eeada5682b68ae2400271dbda0634be186f962b7



More information about the wine-cvs mailing list