[PATCH 2/2] msvcrt: Import pow implementation from musl.

Piotr Caban piotr at codeweavers.com
Mon Jun 14 10:40:33 CDT 2021


Signed-off-by: Piotr Caban <piotr at codeweavers.com>
---
  dlls/crtdll/Makefile.in   |   1 -
  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/math.c        | 423 +++++++++++++++++++++++++++++++++++++-
  dlls/msvcrt/unixlib.c     |  64 ------
  dlls/msvcrt/unixlib.h     |  29 ---
  dlls/msvcrtd/Makefile.in  |   1 -
  dlls/ucrtbase/Makefile.in |   1 -
  14 files changed, 412 insertions(+), 115 deletions(-)
  delete mode 100644 dlls/msvcrt/unixlib.c
  delete mode 100644 dlls/msvcrt/unixlib.h


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-msvcrt-Import-pow-implementation-from-musl.txt
Type: text/x-patch
Size: 28269 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210614/26fb1c93/attachment-0001.bin>


More information about the wine-devel mailing list