msvcrt: Use the round()/roundf() implementation from the bundled musl library.
commit9db27802c3574b18909f5d927331a741e19657df
authorAlexandre Julliard <julliard@winehq.org>
Thu, 30 Mar 2023 14:12:51 +0000 (30 16:12 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Apr 2023 11:28:02 +0000 (7 13:28 +0200)
treec2655e393f49304d7e1b337c3ed7520a28d78341
parent77b6cf56c1e5fc0eb2c5e16ff70cc6137298d73a
msvcrt: Use the round()/roundf() implementation from the bundled musl library.

With the changes from df9c11ffa8ddc3b4dbb22f6e304cba8cfcda8ada.
dlls/msvcrt/math.c
libs/musl/src/math/round.c
libs/musl/src/math/roundf.c