msvcrt: Use the sin()/sinf() implementation from the bundled musl library.
commit5ddd46592d4623a623390e9f13256bf85bd65818
authorAlexandre Julliard <julliard@winehq.org>
Tue, 4 Apr 2023 12:51:27 +0000 (4 14:51 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Apr 2023 11:29:46 +0000 (7 13:29 +0200)
tree58cdf42c8e1ba530535be968abacc35c767ed2a5
parent90c61c7cd2d120ebc48e262bc47186ce23cd233e
msvcrt: Use the sin()/sinf() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/sin.c
libs/musl/src/math/sinf.c