Sweden-Number/dlls/msvcr120
Jacek Caban f013127647 msvcrt: Add sincos to importlib.
Fixes cross compilation with GCC 11, which may optimize a pair of sin(),
cos() calls to a single sincos() call, which is not exported by any
msvcrt version.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-05-18 21:25:00 +02:00
..
tests msvcr120: Add feupdateenv tests. 2021-05-13 20:31:37 +02:00
Makefile.in msvcrt: Add sincos to importlib. 2021-05-18 21:25:00 +02:00
msvcr120.spec msvcr120: Add feraiseexcept implementation. 2021-05-13 20:31:43 +02:00