msftedit: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-12 09:44:25 +02:00
parent 3c5d25458f
commit 74b8da8299
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,8 @@
MODULE = msftedit.dll
IMPORTS = uuid riched20
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
msftedit_main.c

View file

@ -19,9 +19,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include "windef.h"