objsel: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
690e9619ba
commit
8b81c5219d
|
@ -1,6 +1,8 @@
|
|||
MODULE = objsel.dll
|
||||
IMPORTS = strmiids uuid ole32 advapi32
|
||||
|
||||
EXTRADLLFLAGS = -mno-cygwin
|
||||
|
||||
C_SRCS = \
|
||||
factory.c \
|
||||
objsel.c
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
#include "olectl.h"
|
||||
#include "unknwn.h"
|
||||
#include "objsel.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "uuids.h"
|
||||
|
||||
/**********************************************************************
|
||||
|
|
Loading…
Reference in New Issue