Commit 74b8da82 authored by Alexandre Julliard's avatar Alexandre Julliard

msftedit: Build with msvcrt.

parent 3c5d2545
MODULE = msftedit.dll MODULE = msftedit.dll
IMPORTS = uuid riched20 IMPORTS = uuid riched20
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
msftedit_main.c msftedit_main.c
......
...@@ -19,9 +19,6 @@ ...@@ -19,9 +19,6 @@
* *
*/ */
#include "config.h"
#include "wine/port.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