olesvr32: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
15a7f2af67
commit
fa5042dc85
|
@ -1,5 +1,7 @@
|
|||
MODULE = olesvr32.dll
|
||||
IMPORTLIB = olesvr32
|
||||
|
||||
EXTRADLLFLAGS = -mno-cygwin
|
||||
|
||||
C_SRCS = \
|
||||
olesvr_main.c
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
/* At the moment, these are only empty stubs.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "windef.h"
|
||||
|
|
Loading…
Reference in New Issue