olecli: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f194d99d20
commit
c9ca990627
|
@ -1,5 +1,5 @@
|
||||||
MODULE = olecli.dll16
|
MODULE = olecli.dll16
|
||||||
IMPORTS = gdi32
|
IMPORTS = gdi32
|
||||||
EXTRADLLFLAGS = -m16 -Wb,--main-module,olecli32.dll
|
EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,olecli32.dll
|
||||||
|
|
||||||
C_SRCS = olecli.c
|
C_SRCS = olecli.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