activeds: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
420e6cb244
commit
075b478ff3
|
@ -1,4 +1,6 @@
|
|||
MODULE = activeds.dll
|
||||
IMPORTLIB = activeds
|
||||
|
||||
EXTRADLLFLAGS = -mno-cygwin
|
||||
|
||||
C_SRCS = activeds_main.c
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include "iads.h"
|
||||
#include "adshlp.h"
|
||||
|
||||
#include "wine/unicode.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(activeds);
|
||||
|
|
Loading…
Reference in New Issue