Module: wine Branch: master Commit: f67f1ce79ee98f88aedde3a915bb6d85b9a934ab URL: https://source.winehq.org/git/wine.git/?a=commit;h=f67f1ce79ee98f88aedde3a91...
Author: Piotr Caban piotr@codeweavers.com Date: Fri Dec 4 15:50:17 2020 +0100
msvcrt: Remove non-needed defines from msvcrt.h.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/data.c | 5 +- dlls/msvcrt/exit.c | 22 +++--- dlls/msvcrt/file.c | 212 +++++++++++++++++++++++++------------------------- dlls/msvcrt/heap.c | 4 +- dlls/msvcrt/mbcs.c | 4 +- dlls/msvcrt/misc.c | 4 +- dlls/msvcrt/msvcrt.h | 72 ----------------- dlls/msvcrt/printf.h | 2 +- dlls/msvcrt/process.c | 57 +++++++------- dlls/msvcrt/string.c | 6 +- dlls/msvcrt/time.c | 4 +- dlls/msvcrt/wcs.c | 18 ++--- 12 files changed, 169 insertions(+), 241 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f67f1ce79ee98f88aedde...