msvcrt: Use the fmod()/fmodf() implementation from the bundled musl library.
commitb5bc026798c127d5bb4c471d94f7fb5e32b4861c
authorAlexandre Julliard <julliard@winehq.org>
Tue, 4 Apr 2023 14:31:43 +0000 (4 16:31 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 5 Apr 2023 14:51:47 +0000 (5 16:51 +0200)
tree1648d287ef0770b67c16b5d8983123004497a5de
parentec31d30ec09efe29c5dbce6ab044c0989b9fc153
msvcrt: Use the fmod()/fmodf() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/fmod.c
libs/musl/src/math/fmodf.c