comsvcs: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-05-29 08:49:31 +02:00
parent 77819ee3cc
commit 73cc4a444e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -20,8 +20,6 @@
#define COBJMACROS
#include "config.h"
#include <stdarg.h>
#include "windef.h"