objsel: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-17 09:29:47 +02:00
parent 690e9619ba
commit 8b81c5219d
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,8 @@
MODULE = objsel.dll
IMPORTS = strmiids uuid ole32 advapi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
factory.c \
objsel.c

View file

@ -35,7 +35,6 @@
#include "olectl.h"
#include "unknwn.h"
#include "objsel.h"
#include "wine/unicode.h"
#include "uuids.h"
/**********************************************************************