Arkadiusz Hiler : msvcp140_1: Implement the DLL.

Alexandre Julliard julliard at winehq.org
Tue Apr 6 15:50:13 CDT 2021


Module: wine
Branch: master
Commit: 9cbff7e68c6138eac567eeecbc8022ae54e7760a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=9cbff7e68c6138eac567eeecbc8022ae54e7760a

Author: Arkadiusz Hiler <ahiler at codeweavers.com>
Date:   Tue Apr  6 17:02:45 2021 +0200

msvcp140_1: Implement the DLL.

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>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=9cbff7e68c6138eac567eeecbc8022ae54e7760a



More information about the wine-cvs mailing list