17 May
2021
17 May
'21
4:45 p.m.
Fixes cross compilation with GCC 11, which may optimize a pair or sin(), cos() calls to a single sincos() call, which is not exported by any msvcrt version. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/msvcrt/mathf.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)