Piotr Caban : msvcrt: Remove MSVCRT_ prefix from string.c functions.
Module: wine Branch: master Commit: 1514c54ce560acadb4cacb77cd4ee5915e8dbd67 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1514c54ce560acadb4cacb77c... Author: Piotr Caban <piotr(a)codeweavers.com> Date: Wed Dec 2 00:54:09 2020 +0100 msvcrt: Remove MSVCRT_ prefix from string.c functions. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/crtdll/crtdll.spec | 62 ++++---- dlls/msvcr100/msvcr100.spec | 158 +++++++++--------- dlls/msvcr110/msvcr110.spec | 158 +++++++++--------- dlls/msvcr120/msvcr120.spec | 186 +++++++++++----------- dlls/msvcr70/msvcr70.spec | 76 ++++----- dlls/msvcr71/msvcr71.spec | 74 ++++----- dlls/msvcr80/msvcr80.spec | 158 +++++++++--------- dlls/msvcr90/msvcr90.spec | 158 +++++++++--------- dlls/msvcrt/data.c | 2 +- dlls/msvcrt/dir.c | 2 +- dlls/msvcrt/environ.c | 2 +- dlls/msvcrt/except.c | 2 +- dlls/msvcrt/file.c | 4 +- dlls/msvcrt/locale.c | 18 +-- dlls/msvcrt/mbcs.c | 22 +-- dlls/msvcrt/msvcrt.h | 15 +- dlls/msvcrt/msvcrt.spec | 160 +++++++++---------- dlls/msvcrt/printf.h | 2 +- dlls/msvcrt/string.c | 273 ++++++++++++++++---------------- dlls/msvcrt/time.c | 6 +- dlls/msvcrt/undname.c | 4 +- dlls/msvcrtd/msvcrtd.spec | 72 ++++----- dlls/ucrtbase/ucrtbase.spec | 334 +++++++++++++++++++-------------------- include/msvcrt/corecrt_wstdlib.h | 4 +- 24 files changed, 970 insertions(+), 982 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1514c54ce560acadb4cac...
participants (1)
-
Alexandre Julliard