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