[PATCH] msvcrt: Add sincos to importlib.

Jacek Caban jacek at codeweavers.com
Mon May 17 11:45:51 CDT 2021


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 at codeweavers.com>
---
  dlls/msvcrt/mathf.c | 12 ++++++++++++
  1 file changed, 12 insertions(+)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msvcrt-Add-sincos-to-importlib.txt
Type: text/x-patch
Size: 453 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210517/e43d8077/attachment.bin>


More information about the wine-devel mailing list