[PATCH] msvcrt: Add sincos to importlib.

Jacek Caban jacek at codeweavers.com
Tue May 18 11:08:43 CDT 2021


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 at codeweavers.com>
---
  dlls/msvcr100/Makefile.in |  1 +
  dlls/msvcr110/Makefile.in |  1 +
  dlls/msvcr120/Makefile.in |  1 +
  dlls/msvcr70/Makefile.in  |  1 +
  dlls/msvcr71/Makefile.in  |  1 +
  dlls/msvcr80/Makefile.in  |  1 +
  dlls/msvcr90/Makefile.in  |  1 +
  dlls/msvcrt/Makefile.in   |  1 +
  dlls/msvcrt/sincos.c      | 40 +++++++++++++++++++++++++++++++++++++++
  dlls/ucrtbase/Makefile.in |  1 +
  10 files changed, 49 insertions(+)
  create mode 100644 dlls/msvcrt/sincos.c


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


More information about the wine-devel mailing list