Commit 7a5cf7cc authored by Daniel Lehman's avatar Daniel Lehman Committed by Alexandre Julliard

vcruntime140_1: Add stub dll.

parent e31469eb
......@@ -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
......
......@@ -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)
......
MODULE = vcruntime140_1.dll
@ stub __CxxFrameHandler4
@ stub __NLG_Dispatch2
@ stub __NLG_Return2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment