Module: wine Branch: master Commit: a16ef96dc624edf2666aa125fbc1c197f5edcc1b URL: https://source.winehq.org/git/wine.git/?a=commit;h=a16ef96dc624edf2666aa125f...
Author: Alexandre Julliard julliard@winehq.org Date: Thu May 30 09:09:59 2019 +0200
include/msvcrt: Add INFINITY and NAN definitions.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3dx9_36/tests/effect.c | 19 ------------------- dlls/msvcirt/tests/msvcirt.c | 15 +-------------- dlls/msvcp120/tests/msvcp120.c | 14 -------------- dlls/msvcp90/tests/misc.c | 14 -------------- dlls/msvcr120/tests/msvcr120.c | 25 +------------------------ dlls/msvcrt/tests/misc.c | 14 -------------- dlls/msvcrt/tests/printf.c | 17 ++--------------- dlls/ucrtbase/tests/misc.c | 15 +-------------- dlls/ucrtbase/tests/printf.c | 15 +-------------- dlls/ucrtbase/tests/string.c | 18 ------------------ dlls/webservices/tests/writer.c | 20 +------------------- include/msvcrt/math.h | 12 ++++++++++++ include/wine/test.h | 9 +++++++++ 13 files changed, 28 insertions(+), 179 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a16ef96dc624edf2666aa...