Commit 15a7f2af authored by Alexandre Julliard's avatar Alexandre Julliard

olesvr: Build with msvcrt.

parent 7e2df6ed
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
......@@ -21,8 +21,6 @@
/* At the moment, these are only empty stubs.
*/
#include "config.h"
#include <stdarg.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