From 7a5cf7cce935841f8415fd6383cfbe6af4d8b3d1 Mon Sep 17 00:00:00 2001 From: Daniel Lehman Date: Wed, 22 Jan 2020 22:02:20 -0800 Subject: [PATCH] vcruntime140_1: Add stub dll. Signed-off-by: Daniel Lehman Signed-off-by: Alexandre Julliard --- configure | 2 ++ configure.ac | 1 + dlls/vcruntime140_1/Makefile.in | 1 + dlls/vcruntime140_1/vcruntime140_1.spec | 3 +++ 4 files changed, 7 insertions(+) create mode 100644 dlls/vcruntime140_1/Makefile.in create mode 100644 dlls/vcruntime140_1/vcruntime140_1.spec diff --git a/configure b/configure index 7ff3737bda4..5fca5bd27fc 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 681d315eed0..36f65378a44 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 00000000000..b5e20fe92f1 --- /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 00000000000..55f568ef13d --- /dev/null +++ b/dlls/vcruntime140_1/vcruntime140_1.spec @@ -0,0 +1,3 @@ +@ stub __CxxFrameHandler4 +@ stub __NLG_Dispatch2 +@ stub __NLG_Return2