[PATCH 3/3 v2] msvcp140_1: Implement the DLL.

Piotr Caban piotr at codeweavers.com
Tue Apr 6 10:02:45 CDT 2021


From: Arkadiusz Hiler <ahiler at codeweavers.com>

This backs C++17's std::pmr implementation.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49954
Signed-off-by: Arkadiusz Hiler <ahiler at codeweavers.com>
Signed-off-by: Piotr Caban <piotr at codeweavers.com>
---
v2:
  - make default_resource static
  - split long lines

  configure                          |   1 +
  configure.ac                       |   1 +
  dlls/msvcp140_1/Makefile.in        |   7 +-
  dlls/msvcp140_1/msvcp140_1.c       | 290 +++++++++++++++++++++++++++
  dlls/msvcp140_1/msvcp140_1.spec    |  14 +-
  dlls/msvcp140_1/tests/Makefile.in  |   3 +
  dlls/msvcp140_1/tests/msvcp140_1.c | 305 +++++++++++++++++++++++++++++
  7 files changed, 613 insertions(+), 8 deletions(-)
  create mode 100644 dlls/msvcp140_1/msvcp140_1.c
  create mode 100644 dlls/msvcp140_1/tests/Makefile.in
  create mode 100644 dlls/msvcp140_1/tests/msvcp140_1.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-msvcp140_1-Implement-the-DLL.txt
Type: text/x-patch
Size: 23902 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210406/4bc214ba/attachment-0001.bin>


More information about the wine-devel mailing list