Module: wine Branch: master Commit: 74b8da82999d350dfe5e8a9d90065ddd2ed570bf URL: https://source.winehq.org/git/wine.git/?a=commit;h=74b8da82999d350dfe5e8a9d9...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jun 12 09:44:25 2019 +0200
msftedit: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msftedit/Makefile.in | 2 ++ dlls/msftedit/msftedit_main.c | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/dlls/msftedit/Makefile.in b/dlls/msftedit/Makefile.in index 3e043cd..3e76523 100644 --- a/dlls/msftedit/Makefile.in +++ b/dlls/msftedit/Makefile.in @@ -1,6 +1,8 @@ MODULE = msftedit.dll IMPORTS = uuid riched20
+EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ msftedit_main.c
diff --git a/dlls/msftedit/msftedit_main.c b/dlls/msftedit/msftedit_main.c index b505999..c578efa 100644 --- a/dlls/msftedit/msftedit_main.c +++ b/dlls/msftedit/msftedit_main.c @@ -19,9 +19,6 @@ * */
-#include "config.h" -#include "wine/port.h" - #include <stdarg.h>
#include "windef.h"