Commit fa5042dc authored by Alexandre Julliard's avatar Alexandre Julliard

olesvr32: Build with msvcrt.

parent 15a7f2af
MODULE = olesvr32.dll MODULE = olesvr32.dll
IMPORTLIB = olesvr32 IMPORTLIB = olesvr32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
olesvr_main.c olesvr_main.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