Commit c9ca9906 authored by Alexandre Julliard's avatar Alexandre Julliard

olecli: Build with msvcrt.

parent f194d99d
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 @@ ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment