msvcrt: Use the rint()/rintf() implementation from the bundled musl library.
commit554e7aee729df9dca7a84deb559c49749f25f069
authorAlexandre Julliard <julliard@winehq.org>
Thu, 30 Mar 2023 15:55:50 +0000 (30 17:55 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Apr 2023 12:18:05 +0000 (10 14:18 +0200)
treeddf820d831b252a93023f15d19f3568d6818f3b1
parentc26fd2621c762c967ebe5c46261b784bb7d7cdda
msvcrt: Use the rint()/rintf() implementation from the bundled musl library.
dlls/msvcr120/msvcr120.spec
dlls/msvcrt/math.c
dlls/ucrtbase/ucrtbase.spec
libs/musl/src/math/rint.c
libs/musl/src/math/rintf.c