mmcndmgr: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-06-11 08:27:03 +02:00
parent ea992bfd90
commit ca0f73c0ce
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,8 @@
MODULE = mmcndmgr.dll
IMPORTS = uuid oleaut32 ole32 user32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
mmcndmgr.c

View File

@ -26,9 +26,7 @@
#include "ole2.h"
#include "rpcproxy.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "wine/library.h"
#include "initguid.h"
#include "mmc.h"