Module: wine Branch: master Commit: 0edef50dfae4ec294a949654fa1e03700b954dcb URL: https://source.winehq.org/git/wine.git/?a=commit;h=0edef50dfae4ec294a949654f...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Nov 20 12:35:52 2020 +0100
msvcrt: Use the public standard type definitions where possible in msvcrt.h.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/dir.c | 5 +- dlls/msvcrt/errno.c | 4 +- dlls/msvcrt/file.c | 8 +-- dlls/msvcrt/heap.c | 24 +++---- dlls/msvcrt/locale.c | 6 +- dlls/msvcrt/lock.c | 2 +- dlls/msvcrt/math.c | 20 +++--- dlls/msvcrt/misc.c | 2 +- dlls/msvcrt/msvcrt.h | 161 ++++++++++----------------------------------- dlls/msvcrt/scheduler.c | 4 +- dlls/msvcrt/thread.c | 8 +-- dlls/msvcrt/time.c | 30 +++++---- dlls/msvcrt/wcs.c | 4 +- include/msvcrt/sys/stat.h | 4 ++ include/msvcrt/sys/types.h | 4 ++ include/msvcrt/time.h | 2 +- 16 files changed, 104 insertions(+), 184 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0edef50dfae4ec294a949...