Module: wine Branch: master Commit: 34422eb56cad1ba799270bc6dd56f31bec86023a URL: https://source.winehq.org/git/wine.git/?a=commit;h=34422eb56cad1ba799270bc6d...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Nov 20 12:51:23 2020 +0100
msvcrt: Move the fenv_t definition to the public header.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcr120/tests/msvcr120.c | 16 +++------ dlls/msvcrt/math.c | 81 +++++++++++++++++++++--------------------- dlls/msvcrt/msvcrt.h | 6 ---- include/msvcrt/fenv.h | 16 +++++++++ 4 files changed, 62 insertions(+), 57 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=34422eb56cad1ba799270...