Arkadiusz Hiler : msvcp140_1: Implement the DLL.

Alexandre Julliard julliard at winehq.org
Tue Oct 26 09:40:26 CDT 2021


Module: wine
Branch: stable
Commit: 8180241f02fd6b187a059e1e75f166a611cf8a62
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8180241f02fd6b187a059e1e75f166a611cf8a62

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>
(cherry picked from commit 9cbff7e68c6138eac567eeecbc8022ae54e7760a)
Signed-off-by: Michael Stefaniuc <mstefani 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=8180241f02fd6b187a059e1e75f166a611cf8a62



More information about the wine-cvs mailing list