comsvcs: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
77819ee3cc
commit
73cc4a444e
|
@ -2,6 +2,8 @@ MODULE = comsvcs.dll
|
|||
IMPORTLIB = comsvcs
|
||||
IMPORTS = ole32 uuid
|
||||
|
||||
EXTRADLLFLAGS = -mno-cygwin
|
||||
|
||||
C_SRCS = \
|
||||
main.c
|
||||
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#define COBJMACROS
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "windef.h"
|
||||
|
|
Loading…
Reference in New Issue