activeds: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-05-27 15:49:33 +02:00
parent 420e6cb244
commit 075b478ff3
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
MODULE = activeds.dll
IMPORTLIB = activeds
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = activeds_main.c

View File

@ -33,7 +33,6 @@
#include "iads.h"
#include "adshlp.h"
#include "wine/unicode.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(activeds);