msvcrt: Use the nexttoward()/nexttowardf() implementation from the bundled musl library.
commit8252be560eb836755157bf07876b447e6bf36957
authorAlexandre Julliard <julliard@winehq.org>
Tue, 4 Apr 2023 15:35:07 +0000 (4 17:35 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Apr 2023 11:29:46 +0000 (7 13:29 +0200)
treeb0fe33322cb873e456cccdb760244cb2fe133646
parent85e655445bb0d8aa5951f9c53eebaf3c4c37897a
msvcrt: Use the nexttoward()/nexttowardf() implementation from the bundled musl library.

Rename the musl functions to avoid compiler warnings about the
signature mismatch (double vs. long double).
dlls/msvcr120/msvcr120.spec
dlls/msvcrt/math.c
dlls/ucrtbase/ucrtbase.spec
libs/musl/src/math/nexttoward.c
libs/musl/src/math/nexttowardf.c