msvcrt: Use the remquo()/remquof() implementation from the bundled musl library.
commitf27f2d4e6643ca5a64e5cb2a0a9e04721fb0c8e6
authorAlexandre Julliard <julliard@winehq.org>
Mon, 3 Apr 2023 15:17:12 +0000 (3 17:17 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 5 Apr 2023 14:51:46 +0000 (5 16:51 +0200)
treecaa17ba14284f5a38285416d78f2a930a0949e40
parent1cff65b69fb05e960a998d8b43acbdd8dbb2d7a9
msvcrt: Use the remquo()/remquof() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/remquo.c
libs/musl/src/math/remquof.c