scrobj: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-20 09:08:03 +02:00
parent 88680e522b
commit 43b7995a0d
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -17,7 +17,6 @@
*/
#define COBJMACROS
#include "config.h"
#include <stdarg.h>
#include "windef.h"