olesvr32: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-18 09:00:49 +02:00
parent 15a7f2af67
commit fa5042dc85
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,7 @@
MODULE = olesvr32.dll
IMPORTLIB = olesvr32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
olesvr_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"