[PATCH 2/6] msvcrt: Remove MSVCRT_ prefix from wcs.c functions.

Piotr Caban piotr at codeweavers.com
Thu Dec 3 12:10:54 CST 2020


Signed-off-by: Piotr Caban <piotr at codeweavers.com>
---
  dlls/crtdll/crtdll.spec          | 102 ++---
  dlls/msvcr100/msvcr100.spec      | 334 +++++++--------
  dlls/msvcr110/msvcr110.spec      | 334 +++++++--------
  dlls/msvcr120/msvcr120.spec      | 358 ++++++++--------
  dlls/msvcr70/msvcr70.spec        | 122 +++---
  dlls/msvcr71/msvcr71.spec        | 130 +++---
  dlls/msvcr80/msvcr80.spec        | 334 +++++++--------
  dlls/msvcr90/msvcr90.spec        | 334 +++++++--------
  dlls/msvcrt/console.c            |   2 +-
  dlls/msvcrt/data.c               |  16 +-
  dlls/msvcrt/dir.c                |  36 +-
  dlls/msvcrt/environ.c            |  16 +-
  dlls/msvcrt/errno.c              |  12 +-
  dlls/msvcrt/exit.c               |   6 +-
  dlls/msvcrt/file.c               |  28 +-
  dlls/msvcrt/locale.c             |  28 +-
  dlls/msvcrt/main.c               |   2 +-
  dlls/msvcrt/math.c               |  14 +-
  dlls/msvcrt/mbcs.c               |  20 +-
  dlls/msvcrt/msvcrt.h             |  32 --
  dlls/msvcrt/msvcrt.spec          | 316 +++++++-------
  dlls/msvcrt/printf.h             |   6 +-
  dlls/msvcrt/process.c            |  36 +-
  dlls/msvcrt/scanf.h              |   2 +-
  dlls/msvcrt/string.c             |   4 +-
  dlls/msvcrt/time.c               |  14 +-
  dlls/msvcrt/undname.c            |   2 +-
  dlls/msvcrt/wcs.c                | 683 +++++++++++++++----------------
  dlls/msvcrtd/msvcrtd.spec        | 108 ++---
  dlls/ucrtbase/ucrtbase.spec      | 452 ++++++++++----------
  include/msvcrt/corecrt_wctype.h  |   9 +
  include/msvcrt/corecrt_wstdio.h  |   5 +-
  include/msvcrt/corecrt_wstdlib.h |   2 +
  include/msvcrt/stdio.h           |  10 +
  34 files changed, 1949 insertions(+), 1960 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-msvcrt-Remove-MSVCRT_-prefix-from-wcs.c-functions.txt
Type: text/x-patch
Size: 309219 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20201203/c0ad5628/attachment-0001.bin>


More information about the wine-devel mailing list