Module: wine Branch: master Commit: 1be5e83859229d0e8a6c4fb3913865beea00a085 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1be5e83859229d0e8a6c4fb39...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Nov 18 16:01:52 2020 +0100
msvcrt: Use the msvcrt math functions internally.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/math.c | 78 +++++++++++++++++++++++++--------------------------- dlls/msvcrt/msvcrt.h | 7 +++++ dlls/msvcrt/printf.h | 6 ++-- dlls/msvcrt/string.c | 2 +- 4 files changed, 48 insertions(+), 45 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1be5e83859229d0e8a6c4...