wmvcore: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-27 21:42:45 +02:00
parent 6d417f7890
commit 3e9566a3fb
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ MODULE = wmvcore.dll
IMPORTLIB = wmvcore
IMPORTS = kernel32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
reader.c \
wmvcore_main.c \