Module: wine Branch: master Commit: 7a5cf7cce935841f8415fd6383cfbe6af4d8b3d1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7a5cf7cce935841f8415fd638...
Author: Daniel Lehman dlehman25@gmail.com Date: Wed Jan 22 22:02:20 2020 -0800
vcruntime140_1: Add stub dll.
Signed-off-by: Daniel Lehman dlehman25@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 2 ++ configure.ac | 1 + dlls/vcruntime140_1/Makefile.in | 1 + dlls/vcruntime140_1/vcruntime140_1.spec | 3 +++ 4 files changed, 7 insertions(+)
diff --git a/configure b/configure index 7ff3737bda..5fca5bd27f 100755 --- a/configure +++ b/configure @@ -1609,6 +1609,7 @@ enable_vcomp120 enable_vcomp140 enable_vcomp90 enable_vcruntime140 +enable_vcruntime140_1 enable_vdmdbg enable_version enable_virtdisk @@ -20907,6 +20908,7 @@ wine_fn_config_makefile dlls/vcomp120 enable_vcomp120 wine_fn_config_makefile dlls/vcomp140 enable_vcomp140 wine_fn_config_makefile dlls/vcomp90 enable_vcomp90 wine_fn_config_makefile dlls/vcruntime140 enable_vcruntime140 +wine_fn_config_makefile dlls/vcruntime140_1 enable_vcruntime140_1 wine_fn_config_makefile dlls/vdhcp.vxd enable_win16 wine_fn_config_makefile dlls/vdmdbg enable_vdmdbg wine_fn_config_makefile dlls/ver.dll16 enable_win16 diff --git a/configure.ac b/configure.ac index 681d315eed..36f65378a4 100644 --- a/configure.ac +++ b/configure.ac @@ -3717,6 +3717,7 @@ WINE_CONFIG_MAKEFILE(dlls/vcomp120) WINE_CONFIG_MAKEFILE(dlls/vcomp140) WINE_CONFIG_MAKEFILE(dlls/vcomp90) WINE_CONFIG_MAKEFILE(dlls/vcruntime140) +WINE_CONFIG_MAKEFILE(dlls/vcruntime140_1) WINE_CONFIG_MAKEFILE(dlls/vdhcp.vxd,enable_win16) WINE_CONFIG_MAKEFILE(dlls/vdmdbg) WINE_CONFIG_MAKEFILE(dlls/ver.dll16,enable_win16) diff --git a/dlls/vcruntime140_1/Makefile.in b/dlls/vcruntime140_1/Makefile.in new file mode 100644 index 0000000000..b5e20fe92f --- /dev/null +++ b/dlls/vcruntime140_1/Makefile.in @@ -0,0 +1 @@ +MODULE = vcruntime140_1.dll diff --git a/dlls/vcruntime140_1/vcruntime140_1.spec b/dlls/vcruntime140_1/vcruntime140_1.spec new file mode 100644 index 0000000000..55f568ef13 --- /dev/null +++ b/dlls/vcruntime140_1/vcruntime140_1.spec @@ -0,0 +1,3 @@ +@ stub __CxxFrameHandler4 +@ stub __NLG_Dispatch2 +@ stub __NLG_Return2