olesvr: Build with msvcrt.

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

View file

@ -1,5 +1,5 @@
MODULE = olesvr.dll16
IMPORTS = gdi32
EXTRADLLFLAGS = -m16 -Wb,--main-module,olesvr32.dll
EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,olesvr32.dll
C_SRCS = olesvr.c

View file

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