1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

vcruntime140_1: Link to vcruntime140.

This commit is contained in:
Paul Gofman 2022-10-12 16:07:25 -05:00 committed by Alexandre Julliard
parent 673da9cdec
commit 297cb1c85e
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
MODULE = vcruntime140.dll
IMPORTLIB = vcruntime140
C_SRCS = \
misc.c

View File

@ -1,4 +1,5 @@
MODULE = vcruntime140_1.dll
MODULE = vcruntime140_1.dll
IMPORTS = vcruntime140
C_SRCS = \
except_x86_64.c