msvcp140_1: Implement the DLL.
commit9cbff7e68c6138eac567eeecbc8022ae54e7760a
authorArkadiusz Hiler <ahiler@codeweavers.com>
Tue, 6 Apr 2021 15:02:45 +0000 (6 17:02 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 6 Apr 2021 20:46:12 +0000 (6 22:46 +0200)
tree6b5bacc41c51e27b8d55cdf5db292af14c62eb44
parentf3f948a5a39ecff5d83f02e11256a0359624d54b
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@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
configure
configure.ac
dlls/msvcp140_1/Makefile.in
dlls/msvcp140_1/msvcp140_1.c [new file with mode: 0644]
dlls/msvcp140_1/msvcp140_1.spec
dlls/msvcp140_1/tests/Makefile.in [new file with mode: 0644]
dlls/msvcp140_1/tests/msvcp140_1.c [new file with mode: 0644]