Module: wine Branch: master Commit: 1135db7095bf7d46801492b30dc5ecf8455e1b06 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1135db7095bf7d46801492b30d...
Author: Martin Storsjo martin@martin.st Date: Tue Nov 3 23:54:34 2015 +0200
msvcp140: Add MSVC 2015 C++ support DLL.
Signed-off-by: Martin Storsjo martin@martin.st Signed-off-by: Daniel Lehman dlehman@esri.com Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 4 +- configure.ac | 3 +- dlls/msvcp140/Makefile.in | 14 + dlls/msvcp140/msvcp140.spec | 3783 +++++++++++++++++++++++++++++++++++++++++++ dlls/msvcp90/ios.c | 10 + dlls/msvcp90/msvcp90.h | 8 + dlls/msvcp90/msvcp_main.c | 54 + dlls/ucrtbase/Makefile.in | 1 + tools/make_specfiles | 1 + 9 files changed, 3876 insertions(+), 2 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1135db7095bf7d46801492...