Arkadiusz Hiler : msvcp140_1: Implement the DLL.
Module: wine Branch: stable Commit: 8180241f02fd6b187a059e1e75f166a611cf8a62 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8180241f02fd6b187a059e1e7... Author: Arkadiusz Hiler <ahiler(a)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(a)codeweavers.com> Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit 9cbff7e68c6138eac567eeecbc8022ae54e7760a) Signed-off-by: Michael Stefaniuc <mstefani(a)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=8180241f02fd6b187a059...
participants (1)
-
Alexandre Julliard