dx8vb: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-06-04 09:04:54 +02:00
parent 6dbe7aaf88
commit 351ffd93f0
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,8 @@
MODULE = dx8vb.dll
IMPORTS = uuid ole32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
main.c

View File

@ -18,7 +18,6 @@
#define COBJMACROS
#include "config.h"
#include <stdarg.h>
#include <string.h>