1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

msvcp140: Link to vcruntime140.

This commit is contained in:
Paul Gofman 2022-10-12 16:08:40 -05:00 committed by Alexandre Julliard
parent 297cb1c85e
commit 93d1970a75

View file

@ -2,6 +2,7 @@ MODULE = msvcp140.dll
EXTRADEFS = -D_MSVCP_VER=140
PARENTSRC = ../msvcp90
IMPORTLIB = msvcp140
IMPORTS = vcruntime140
C_SRCS = \
details.c \