From c1a01fd399725f69979edcdffbba80be95fda191 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 11 Jun 2019 08:29:02 +0200 Subject: [PATCH] mouse.drv: Build with msvcrt. Signed-off-by: Alexandre Julliard --- dlls/mouse.drv16/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mouse.drv16/Makefile.in b/dlls/mouse.drv16/Makefile.in index 7fe138660ae..ce1ea19c573 100644 --- a/dlls/mouse.drv16/Makefile.in +++ b/dlls/mouse.drv16/Makefile.in @@ -1,7 +1,7 @@ MODULE = mouse.drv16 IMPORTS = user32 -EXTRADLLFLAGS = -m16 +EXTRADLLFLAGS = -m16 -mno-cygwin C_SRCS = mouse.c