scarddlg: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
49eac4d700
commit
7cd70beeeb
|
@ -1,4 +1,6 @@
|
|||
MODULE = scarddlg.dll
|
||||
|
||||
EXTRADLLFLAGS = -mno-cygwin
|
||||
|
||||
C_SRCS = \
|
||||
main.c
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "winuser.h"
|
||||
#include "wfext.h"
|
||||
|
||||
#include "wine/unicode.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(scarddlg);
|
||||
|
|
Loading…
Reference in New Issue