msvcrt: Use the ceil()/ceilf() implementation from the bundled musl library.
commitcd29cd85ab89574216872f4e181f46d79c7a1210
authorAlexandre Julliard <julliard@winehq.org>
Thu, 30 Mar 2023 16:11:34 +0000 (30 18:11 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Apr 2023 11:28:06 +0000 (7 13:28 +0200)
tree71cc93d0023642e7bc9dcba4d0e5a48609389bef
parent70bcaec7dcde177cab84f28b71c41efc61784741
msvcrt: Use the ceil()/ceilf() implementation from the bundled musl library.

With the changes from 2a5e68ab807939b1b5b1484a189717b659b0a28e.
dlls/msvcrt/math.c
libs/musl/src/math/ceil.c