olecli32: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-18 08:59:33 +02:00
parent c9ca990627
commit 4263bfb485
2 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,7 @@ MODULE = olecli32.dll
IMPORTLIB = olecli32
IMPORTS = ole32 gdi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
olecli_main.c

View file

@ -21,8 +21,6 @@
/* At the moment, these are only empty stubs.
*/
#include "config.h"
#include <stdarg.h>
#include "windef.h"