Module: wine Branch: master Commit: c1a01fd399725f69979edcdffbba80be95fda191 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c1a01fd399725f69979edcdff...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 11 08:29:02 2019 +0200
mouse.drv: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 7fe1386..ce1ea19 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