Piotr Caban : msvcrt: Remove MSVCRT_ prefix from data.c functions.
Module: wine Branch: master Commit: 495f24ebb82af9864287f9cbc39aa4db108979d2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=495f24ebb82af9864287f9cbc... Author: Piotr Caban <piotr(a)codeweavers.com> Date: Tue Dec 1 13:52:43 2020 +0100 msvcrt: Remove MSVCRT_ prefix from data.c functions. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/msvcr100/msvcr100.spec | 30 +++++++++++++------------- dlls/msvcr110/msvcr110.spec | 30 +++++++++++++------------- dlls/msvcr120/msvcr120.spec | 30 +++++++++++++------------- dlls/msvcr70/msvcr70.spec | 26 +++++++++++------------ dlls/msvcr71/msvcr71.spec | 26 +++++++++++------------ dlls/msvcr80/msvcr80.spec | 38 ++++++++++++++++----------------- dlls/msvcr90/msvcr90.spec | 30 +++++++++++++------------- dlls/msvcrt/data.c | 38 ++++++++++++++++----------------- dlls/msvcrt/file.c | 10 ++++++--- dlls/msvcrt/msvcrt.h | 1 - dlls/msvcrt/msvcrt.spec | 38 ++++++++++++++++----------------- dlls/msvcrt/process.c | 5 +++-- dlls/msvcrtd/msvcrtd.spec | 22 +++++++++---------- dlls/ucrtbase/ucrtbase.spec | 52 ++++++++++++++++++++++----------------------- include/msvcrt/stdlib.h | 3 +++ 15 files changed, 193 insertions(+), 186 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=495f24ebb82af9864287f...
participants (1)
-
Alexandre Julliard