inseng: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
057447e824
commit
bca0617fe2
|
@ -1,6 +1,8 @@
|
|||
MODULE = inseng.dll
|
||||
IMPORTS = uuid ole32 advapi32
|
||||
|
||||
EXTRADLLFLAGS = -mno-cygwin
|
||||
|
||||
C_SRCS = inseng_main.c
|
||||
|
||||
IDL_SRCS = inseng_classes.idl
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
#define COBJMACROS
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue