msvcrt: Use the log()/logf() implementation from the bundled musl library.
commitf0c700502a7adc34c7f83d5d9650947363f59034
authorAlexandre Julliard <julliard@winehq.org>
Tue, 4 Apr 2023 14:32:12 +0000 (4 16:32 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 6 Apr 2023 12:32:39 +0000 (6 14:32 +0200)
tree77f42ee8fd0beea51cffd90d8633dc92ca5a3ece
parent3fad9cac5bd9ee69e0f1d37881aaf8f4c6fc40ba
msvcrt: Use the log()/logf() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/log.c
libs/musl/src/math/logf.c