ucrtbase: Don't differentiate for 64-bit in __fpe_flt_rounds.
commitf6ec5d1819c27e850e51a157ce161f2efd2a83f7
authorSven Baars <sven.wine@gmail.com>
Sat, 5 Oct 2019 11:39:47 +0000 (5 13:39 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 7 Oct 2019 21:38:39 +0000 (7 23:38 +0200)
tree3a20c11eae956e16a25f6918ce33e244b0639f56
parent8e1435ef81d4a41b2e2b46eae1c9bcb9df0e946c
ucrtbase: Don't differentiate for 64-bit in __fpe_flt_rounds.

The previous behavior was only present on w1064v1507, and not on
any other version of Windows (both older and newer).

Signed-off-by: Sven Baars <sven.wine@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/math.c
dlls/ucrtbase/tests/misc.c