26 Oct
2021
26 Oct
'21
9:19 p.m.
Module: wine Branch: master Commit: e4737d285b83ad38914d635d665f4037640ddba7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e4737d285b83ad38914d635d6... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Oct 26 10:33:51 2021 +0200 ntdll: Copy sin() and cos() implementation from msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/math.c | 530 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 526 insertions(+), 4 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e4737d285b83ad38914d6...